Kubernetes Workshop – Part 1
-
Architecture to acheive
- Create a Docker image for nopcommerce as petcommerce and upload to any registry
- Create a Docker image for petclinic
- Write k8s manifests to create
- mysql database (Pod, Deployment, Statefulset)
- have some persistent volume claim
- service for petcomerce db (internal)
- petcommerce application deployment manifest
- A service to connect petcommerce
- petclinic application deployment manifest
- A service to connect petclinic
CI/CD Pipeline
- We will have 3 different environments
- These 3 environments for us are three namespaces in the same k8s cluster

