Kubernetes- One to One Hands on for the following in my Lab Environment with all the commands and documentation
Budget: ₹1,500 – ₹12,500 INR
Task 1
1. Show how to create containerize Image of demo web application with Nginx.
2. Show how to create containerize Image of existing mysql database.
3. Show how to create new version of containerize Image of demo web application with Nginx.
Task 2
1. Deployment of containerize image from local machine without pushing it in a docker hub repository.
2. Deployment of new version of containerize image from local machine without pushing it in a docker hub repository.
3. Show the updated Version.
4. Will the updated version retain the same cluster IP?
Task 3
1. Map Persistant Volume from ISCSI target Server to the k8 cluster
2. Define Persistant Volume Claims
3. Increase/Decrease Persistant Volume Size
4. Increase/Decrease Persistant Volume Claims Size.
Task 4
1. Deploy ngnix web app image with data using persistant volume
2. Deploy mysql image with existing data using persistant volume
3. Create replica copy/pods of mysql instance.
4. Poweroff node and see if replica copy of pods still serving the operation.
5. Delete pods and see if replica copy of pods still serving the operation.
6. Will the replica copy/pods act as master? with read/write operation if the actual master having read write operation
fails/crushes. Who will be master (read/write) in such scenario.
7. Backup mysql data from pods (with flush table with read lock).
8. How to confirm if the mysql data in master and replica pods are constant and accurate?
1. Show how to create containerize Image of demo web application with Nginx.
2. Show how to create containerize Image of existing mysql database.
3. Show how to create new version of containerize Image of demo web application with Nginx.
Task 2
1. Deployment of containerize image from local machine without pushing it in a docker hub repository.
2. Deployment of new version of containerize image from local machine without pushing it in a docker hub repository.
3. Show the updated Version.
4. Will the updated version retain the same cluster IP?
Task 3
1. Map Persistant Volume from ISCSI target Server to the k8 cluster
2. Define Persistant Volume Claims
3. Increase/Decrease Persistant Volume Size
4. Increase/Decrease Persistant Volume Claims Size.
Task 4
1. Deploy ngnix web app image with data using persistant volume
2. Deploy mysql image with existing data using persistant volume
3. Create replica copy/pods of mysql instance.
4. Poweroff node and see if replica copy of pods still serving the operation.
5. Delete pods and see if replica copy of pods still serving the operation.
6. Will the replica copy/pods act as master? with read/write operation if the actual master having read write operation
fails/crushes. Who will be master (read/write) in such scenario.
7. Backup mysql data from pods (with flush table with read lock).
8. How to confirm if the mysql data in master and replica pods are constant and accurate?