by sakhan | Jan 30, 2023 | Kubernetes
Kubeadm is a tool provided by Kubernetes for bootstrapping a cluster. It provides a step-by-step process for initializing a master node, joining worker nodes to the cluster, and deploying the control plane components. Bootstrapping a cluster with kubeadm involves...
by sakhan | Jan 30, 2023 | DevOps
There are several deployment tools that can be used to install a Kubernetes cluster, including: kubeadm: This is a tool provided by Kubernetes to simplify the process of installing a cluster. It provides a step-by-step process for initializing a master node, joining...
by sakhan | Jan 28, 2023 | Docker
Docker is a containerization platform that allows you to easily package, deploy, and run applications in a portable container. We hve many benifits runing applications in docker. Multiple containers run on the same hardware Maintains isolated applications Enables high...
by sakhan | Jan 22, 2023 | DevOps
What is DevOps? In my opinion DevOps is a philosophy rather than a rigid set of tools and practices. DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) to shorten the life cycle of software development and provide continuous...