SKSagar Kumawatinthedevopstales.com·Oct 7, 2023 · 5 min readExploring the Kubernetes ArchitectureKubernetes, commonly known as K8s, is an open-source platform that has revolutionized the arena of container management. Yet, what is Kubernetes and how does it operate? In this blog post, we will explore the inner workings of Kubernetes, breaking it...00
SKSagar Kumawatinthedevopstales.com·Sep 15, 2023 · 3 min readNetwork Plugins in KubernetesKubernetes has emerged as the container orchestration technology of choice, allowing for the effective management of containerized applications. One of Kubernetes's important characteristics is its networking capabilities, which enable seamless commu...00
SKSagar Kumawatinthedevopstales.com·Aug 26, 2023 · 2 min readSetting up K8s cluster with Docker and CalicoThis guide will walk you through the stages of installing a Kubernetes cluster with multiple worker nodes on Ubuntu using Docker as the container runtime and Calico as the network plugin. You'll also use Kubernetes to launch a dummy Nginx application...00