LAB16a: Deploying Stateful Application
LAB 200: Deploying Stateful Application
Installing Guestbook Application
cd frontendkubectl apply -f configmap.yaml
kubectl apply -f service.yaml
kubectl apply -f deployment.yamlcd ../backendkubectl apply -f secret.yaml
kubectl apply -f configmap.yaml
kubectl apply -f service.yaml
kubectl apply -f deployment.yamlcd ../databasekubectl apply -f secret.yaml
kubectl apply -f service.yaml
kubectl apply -f deployment.yamlNext let's configure ssl
Create Your Own CA and TLS Certificates
Create Kubernetes TLS Secret
TLS Configuration
Next let's configure external Loadbalancer
Let's Test
Let's use EmptyDir volume and test
EmptyDir volume and testLet's configure NFS storage for dynamic storage provisioning with Storageclass
Configuring Mongodb replica
Last updated