Virtualization and Orchestrate Udagram application
Budget: €8 – €30 EUR
Tasks :
1- Create 3 virtual machines using Virtualbox or your favorite hypervisor
2- You MUST create a set of virtual machines that are part of Kubernetes cluster. One
need to be the master and the two others the workers. The master will run
Kubernetes components and the workers will run your Udagram application and two
Kubernetes components (kubelet and kubeproxy)
3- Create and apply deployment yaml files for all pods with 2 replicas
4- Create the required configmap and secrets by following READ ME instructions
5- Create and apply service yaml files for all pods
6- Do the port forwarding for reverseproxy and frontend
kubectl port-forward service/reverseproxy 8080:8080
kubectl port-forward service/frontend 8100:8100
7- Check that the Udagram application is accessible inside the browser by doing
http://localhost:8100
8- Provide all required screenshots
1- Create 3 virtual machines using Virtualbox or your favorite hypervisor
2- You MUST create a set of virtual machines that are part of Kubernetes cluster. One
need to be the master and the two others the workers. The master will run
Kubernetes components and the workers will run your Udagram application and two
Kubernetes components (kubelet and kubeproxy)
3- Create and apply deployment yaml files for all pods with 2 replicas
4- Create the required configmap and secrets by following READ ME instructions
5- Create and apply service yaml files for all pods
6- Do the port forwarding for reverseproxy and frontend
kubectl port-forward service/reverseproxy 8080:8080
kubectl port-forward service/frontend 8100:8100
7- Check that the Udagram application is accessible inside the browser by doing
http://localhost:8100
8- Provide all required screenshots