Deploying a Microservice Application to Kubernetes
Deploy the Stan's Robot Shop app to the cluster.
cd ~/
git clone https://github.com/linuxacademy/robot-shop.gitkubectl create namespace robot-shopkubectl -n robot-shop create -f ~/robot-shop/K8s/descriptors/kubectl get pods -n robot-shop

Scale up the MongoDB deployment to two replicas instead of just one.



Last updated