Kubernetes deployment samples, practices, and examples
- With kind: kind_installation
- With docker-desktop, visit: desktop/kubernetes
- With AKS, visit: aks-fresh-cluster
Kubernetes Concepts Document ➡️ here
- Visit cheatsheet/command.md
ID | Content | URL | Status |
---|---|---|---|
01 | Deployment | Deployment | ✔️ Done |
02 | Service | Service | ✔️ Done |
03 | ConfigMap | ConfigMap | ✔️ Done |
04 | PersistentVolume | PersistentVolume | ✔️ Done |
05 | StatefulSet | StatefulSet | ✔️ Done |
06 | ReplicaSet | ReplicaSet | ✔️ Done |
07 | CronJob | CronJob | ✔️ Done |
08 | Secret | Secret | ✔️ Done |
09 | Namespace | Namespace | ✔️ Done |
Full k8s101
content, visit ➡️ k8s101
ID | Content | URL | Status |
---|---|---|---|
01 | Provision fresh AKS k8s cluster with terraform | aks-fresh-cluster | ✔️ Done |
02 | Deploy MYSQL on AKS | aks-mysql | ✔️ Done |
03 | Deploy basic microservices | basic-microservices-application | ✔️ Done |
04 | Deploy a Nginx Edge proxy in front of k8s application | k8s-edge-proxy | ✔️ Done |
05 | Run a single-instance stateful MYSQL application | mysql-deployment-single | ✔️ Done |
06 | Deploy and Setup Jenkins on Kubernetes cluster | jenkins-on-k8s | ✔️ Done |