Here is the task specifications: Please use your last two homework assignments:
- The YNET news
- The Bitcoin app
1- Dockerize your YNET and Bitcoin applications 2- Create Kubernetes manifests (Deployment and service) 3- Deploy on your minikube 4- Deploy/Enable Ingress Controller on your cluster 5- Create an ingress that directs the traffic to the correct service:
http://.../ynet → ynet service http://.../bitcoin → bitcoin service
ADDED TWO DOCKER CONTAINERS TO DOCKERHUB
- Clone this repository
- cd into the directory
- minikube start
- kubectl apply -f .
- minikube addons enable ingress
- sudo minikube tunnel
Now you can visit these two websites using the following URLs: