References
Learn Kubernetes¶
- Intro to Kubernetes - Containers at Scale Containerized Adventures: >Kubernetes is all about containers at scale. But what does that mean? Learn more with this illustrated intro to Kubernetes!
- Solving common problems with Kubernetes: This article is aimed at engineers who need to deploy their code using Kubernetes, but have no idea what Kubernetes is or how it works
- container.training: Repository containing materials (slides, scripts, demo app, and other code samples) used for various workshops, tutorials, and training sessions around the themes of Docker, containers, and orchestration
- Learn Kubernetes in Under 3 Hours: A Detailed Guide to Orchestrating Containers
- Hello World
- Getting Started with Kubernetes - etcd
- CRD is just a table in Kubernetes
- Using environment files over injected environment variables in Kubernetes
- ConfigMaps in Kubernetes: how they work and what you should remember
- network Kubernetes Networking Demystified: A Brief Guide
- network How Kubernetes components communicate securely in your cluster
- network Internal and external connectivity in Kubernetes space
- network Calico for Kubernetes networking: the basics & examples
- kexp: Understand Kubernetes - the visual way
- Kubernetes Cheatsheet
Sample Apps¶
Introductions¶
- K8S tutorial - Hello World
- K8S tutorial - Wordpress
- Learn Kubernetes in Under 3 Hours: A Detailed Guide to Orchestrating Containers (Github repo)
- kubernetes-examples: minimal self-contained examples of standard Kubernetes features and patterns in YAML
PoCs¶
- Bank of Anthos: simulates a bank's payment processing network using Anthos
- Microservices Demo: sample cloud-native application with 10 microservices showcasing Kubernetes, Istio, gRPC and OpenCensus
Interesting Deployments¶
- Setting up secure endpoints in Kubernetes
- Deploy an App on Kubernetes (GKE) with Kong Ingress, LetsEncrypt and Cloudflare: app with public Ingress, and LetsEncrypt Certificate
- Using SSL certificates from Let's Encrypt in your Kubernetes Ingress via cert-manager
- Recommended Steps to Secure a DigitalOcean Kubernetes Cluster: setup client certifictes and kubeconfig
- Provisioning Kubernetes clusters on AWS/GCP with Terraform: how to use Terraform to provision clusters on GKE or EKS