Category: Kubernetes
Docker vs. Virtual Machines (VMs) Overview: Both Docker and VMs are used for deploying and running applications in isolated environments, but they do so differently. Docker (Containers) Lightweight: Containers …
Kubernetes, a powerful and flexible platform for managing containerized workloads and services, offers a host of commands for querying and manipulating clusters. Bash Function to Show Logs and Describe …
Kubernetes is a de-facto standard to deploy and manage applications in the cloud. The cloud apps are running in pods (containers). With Kubernetes, the pods can restart themselves if …
Kubernetes – Azure Arc is a layer ontop the auzre aks cluster. Sometimes the cluster can be no longer accessible/deleted or we don’t have the correct kubeconfig anymore. In …
Kubernetes is getting popular these days – as it is a wonderful way to deploy your applications on the cloud and it scales easily (horizontally). The kubectl get pods …