Jump to content

Any kubernetes guys?


tamu

Recommended Posts

do this. Start with containerization . Learn the transformation from physical hosts to VM to Containers

Try to understand the use case container technology is trying to solve. Do any online docker course and try out all the commands in local system

Then Docker on EC2 or Any cloud . Some use cases may be . Deploy jenkins or mysql for example on docker. Check out hub.docker.com for images.

Then move to k8s. Its orchestration for docker conrtainers. The same flow..Use case , practise and samples

 

Then check out ECS , GKE ,EKS on cloud and build more bigger applications

 

  • Like 1
Link to comment
Share on other sites

9 minutes ago, kathanayaka said:

do this. Start with containerization . Learn the transformation from physical hosts to VM to Containers

Try to understand the use case container technology is trying to solve. Do any online docker course and try out all the commands in local system

Then Docker on EC2 or Any cloud . Some use cases may be . Deploy jenkins or mysql for example on docker. Check out hub.docker.com for images.

Then move to k8s. Its orchestration for docker conrtainers. The same flow..Use case , practise and samples

 

Then check out ECS , GK3 ,EKS on cloud and build more bigger applications

 

Awesome bhayya you are

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...