- Notifications
You must be signed in to change notification settings - Fork3
Kubernetes deployment samples, practices, and examples
License
NotificationsYou must be signed in to change notification settings
tungbq/K8sHub
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
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 |
10 | HPA | HPA | ✔️ Done |
Fullk8s101
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 |