What is Kubernetes and its feature

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Kubernetes is a open source tool that groups the containers into logical units to make up as application, which helps to manage the containers to achieve resource isolation, resource utilization, loosely/tightly coupled distributed workloads, distributions portability, CI & CD, high availability, scalability in lesser than few seconds Features Self-healing: without user intervention restarts the pods

Read more

what is Docker Update?

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now The docker update command dynamically updates container configuration. You can use this command to prevent containers from consuming too many resources from their Docker host.

Read more

Benefits of Docker ?

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Fast to create unlike VMsSince OS is not contained its light weightcontainer also contains the required versions of other applications needed for the appAny number of containers can be created quickly. The portability and performance benefits offered by containers can help you make your development process more agile and responsive

Read more

What is a container ?

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Containers virtualize the operating system unlike VMs, Containers are portable with that it means it can do development and deployment .In terms of docker its also runnable instance of image. we can have all dependency of an software into the image .  containers virtualize the OS, splitting it into virtualized compartments to run container

Read more