Kubernetes (K8s) is a powerful open-source platform for automating the deployment, scaling, and management of containerized applications. It helps orchestrate containers across a cluster of machines, ensuring high availability, scalability, and fault tolerance. This roadmap will guide you through the essential steps to start your Kubernetes journey. Why Learn Kubernetes? • Container Orchestration: Manage containers […]
Minikube
Prepare like a Pro – Certified Kubernetes Administrator (CKA) – exam & study tips
Cloud-native computing foundation (CNCF) issues CKA and CKD certifications in collaboration with the Linux foundation. Certified Kubernetes Administrator (CKA) is primarily for DevOps engineers and Kubernetes cluster administrators. CKD is primarily for developers. Like most of the RedHat examinations, CKA is a practical online exam and problems need to be solved in the Linux command […]
Kubernetes /Minikube – How to Deploy Application using Dashboard ?
How to deploy an application on Kubernetes using Dashboard? “Minikube“ is one of the Kubernetes’s variant to experience on a desktop/laptop. This article will walk through how to create deploy a new application on Kubernetes cluster. We could deploy a containerized applications on top of Kubernetes cluster using the various method. In this example, we […]
Kubernetes /Minikube – Enable Dashboard – RHEL 7 / CentOS 7
Are you missing Kubenertes Dashboard on Minikube deployment? This article will walk through how to enable the dashboard on Minikube deployment on localhost and remote client. The dashboard is a web-based user interface for Kubernetes. Web-UI is useful to deploy containerized applications in Kubernetes cluster and manage the cluster resources. It could also help to […]
How to Deploy Kubernetes ? Minikube on RHEL/CentOS
How to create a Kubernetes’s sandbox environment?. How to experience Kubernetes in Laptop/Desktop? MiniQube is developed for desktop/Laptop environment to experience the Kubernetes cluster. “Minikube” runs a single-node Kubernetes cluster inside the Virtual Machine on Laptop/Desktop with help of virtualization technology (Virtual Box, KVM, VMware Fusion). This article will walk through the deployment of Minikube […]




