Kubernetes for Beginners – A Complete Beginners Guide
As most of the companies and IT professionals look up to containers these days, Kubernetes is the most sought out of all the containers that are available. In this post,…
Favourite tutorials for developers
As most of the companies and IT professionals look up to containers these days, Kubernetes is the most sought out of all the containers that are available. In this post,…
A pod is the smallest deployable artifact that is created and managed by Kubernetes. Pods are compromised of one or more containers (such as Docker containers) working together symbiotically. In…
Kubernetes Architecture: Kubernetes is an open-source platform for deploying and managing containers. It provides a container runtime, container orchestration, container-centric infrastructure orchestration, self-healing mechanisms, service discovery and load balancing. It’s…
There has been a lot of change in the development & deployment since the ’80s till now. Cloud increasingly replacing data centers and hosting, decomposition of applications into microservices, running…
Container technology is almost as old as VMs, although the IT industry wasn’t employing containers until 2013-14 when Docker and Kubernetes and other tech made waves were born that caused…