Kubernetes

 Kubernetes - Learning Tasks

Hi All, 

Find below a list of learning Kubernetes tasks, try to do these tasks, and get some hands-on practical experience on Kubernetes.

 These are created for learning purposes only. let me know if there are any issues/mistakes.

These are learning tasks and you can try to do it in your own learning environment. I have done a sample solution for these tasks on Ubuntu OS with a single node cluster.

#Learn    #Practice    #Re-Learn    #Improve    #Motivate
#Continue-Learning    #Apply    #Get-Help    #Help-Others

=====================================================================






No comments:

Post a Comment

Docker Learning Task 02 - How to create a basic docker network

 How to create a basic docker network 1. Create a docker network named  mynetwork . 2. Configure it to use bridge drivers. 3. Set it to use ...