Kubernetes YAML Template

Exploring Kubernetes YAML Template to better understand and work with YAML manifests YAML ( YAML Ain’t Markup Language) is a human readable data serialisation language used to create configuration files with any programming language. Kubernetes is an open source container orchestration system that uses YAML configuration files also known as manifests used to deploy different resources in Kubernetes […]

Kubernetes vs Docker

Kubernetes vs Docker: Why not Both? In this article, we will discover the most widely used tools in the modern cloud-native container ecosystem: Docker and Kubernetes. Though Docker and Kubernetes are often used together, the most common question asked is Kubernetes or Docker. The answer is neither. Our comprehensive will give you a better understanding and help […]

Exploring Kubernetes Kubeconfig File

A Comprehensive Guide for Developers and DevOps to understand Kubernetes Kubeconfig File Kubernetes has become one of the most popular orchestration tools. To interact with it, kubectl CLI is used. And to configure access to the cluster, a kubeconfig file is used. In this hands-on lab, we will dive deep into the kubeconfig file. What is Kubeconfig File? The […]