Kubernetes

What Is Deploymen In Kubernetes

What Is Deployment In Kubernetes Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed ReplicaSet in Kubernetes. https://cloudaffaire.com/what-is-replicaset-in-kubernetes/ In this blog post, we will discuss Deployment which provides declarative updates for Pods and ReplicaSets. What is Deployment? A Deployment provides declarative updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the Deployment Controller changes the actual state to the desired state…

Comments Off on What Is Deploymen In Kubernetes

What Is ReplicaSet In Kubernetes

What Is ReplicaSet In Kubernetes Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed ReplicationController in Kubernetes. https://cloudaffaire.com/what-is-replicationcontroller-in-kubernetes/ In this blog post, we will discuss ReplicaSet which is the new version of ReplicationController with some added features. In real-world scenarios, we hardly deploy a pod directly. Instead, pods are deployed using the pod controller. ReplicaSet is one of the pod controllers which ensures that a specified…

Comments Off on What Is ReplicaSet In Kubernetes

What Is ReplicationController In Kubernetes

What Is ReplicationController In Kubernetes Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed pod in Kubernetes. https://cloudaffaire.com/what-is-pod-in-kubernetes/ In this blog post, we will discuss ReplicationController in Kubernetes. In real world sceanrios we hardly deploy a pod directly. Instead pods are deployed using pod controller. ReplicationController is one of the pod controller which ensures that a specified number of pod replicas are running at any one…

Comments Off on What Is ReplicationController In Kubernetes

What Is Pod In Kubernetes

What Is Pod In Kubernetes Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to install the Kubernetes cluster in Linux. https://cloudaffaire.com/how-to-install-kubernetes-cluster-in-linux/ In this blog post, we will discuss Pod in Kubernetes. What is a Pod? A Pod is the basic execution unit of a Kubernetes application–the smallest and simplest unit in the Kubernetes object model that you create or deploy. A Pod represents processes…

Comments Off on What Is Pod In Kubernetes

How To Install Kubernetes Cluster In Linux

How To Install Kubernetes Cluster In Linux Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed the basic architecture of the Kubernetes cluster. https://cloudaffaire.com/what-is-kubernetes/ In this blog post, we will create our 1st Kubernetes 2 node cluster using CentOS7 VM. Prerequisite for this demo: Three CentOS7 VM instance with internet and intranet connectivity. How To Install Kubernetes Cluster In Linux: Step 1: Configure your master node.…

Comments Off on How To Install Kubernetes Cluster In Linux

What Is Kubernetes

What Is Kubernetes Hello Everyone Welcome to CloudAffaire and this is Debjeet. In this series, we will explore one of the most popular container management tool Kubernetes. What is Kubernetes? Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available. The name Kubernetes originates from Greek, meaning helmsman or…

Comments Off on What Is Kubernetes