Open in app

Sign In

Write

Sign In

Bikram
Bikram

173 Followers

Home

About

Pinned

Kubernetes Tutorials

✅ Kubernetes Architecture Overview ✅ Kubernetes Architecture — In-Depth ✅ Set up a Kubernetes Cluster with kubeadm ✅ Validating the Kubernetes cluster ✅ Kubernetes Pods ✅ Pods Creation Process Flow ✅Pods YAML Walkthrough ✅ Kubernetes Pod LifeCycle ✅Pods Exercise-01 ✅Kubernetes Replicaset ✅Replication Loop ✅ReplicaSet YAML Walkthrough ✅ReplicaSet Exercise-01 ✅Kubernetes Deployment ✅Kubernetes Deployment Strategies

Kubernetes

1 min read

Kubernetes Tutorials
Kubernetes Tutorials
Kubernetes

1 min read


Feb 24, 2022

Kubernetes RBAC (Role-Based Access Control)

Today, we will discuss 3'A Security of the Kubernetes cluster, ie Authentication, Authorization, and Admission controller. We will break this explanation into four parts ie. Users/Service Account, Authentication, Authorization, and Admission controller. Admin/Developer/Service Account

Rbac

4 min read

Kubernetes RBAC (Role-Based Access Control)
Kubernetes RBAC (Role-Based Access Control)
Rbac

4 min read


Feb 21, 2022

Kubernetes NameSpace

You can think of a Namespace as a virtual cluster inside your Kubernetes cluster. Kubernetes namespace allows you logically organize your resources into groups. You can have multiple namespaces inside a single Kubernetes cluster, and they are all logically isolated from each other. The objects part of this namespace will…

Namespaces

4 min read

Kubernetes NameSpace
Kubernetes NameSpace
Namespaces

4 min read


Feb 20, 2022

Deployment Rolling Update & Rollback- Exercise-02

There are two basic ways to deploy to Kubernetes: imperatively, with the many kubectl commands, or declaratively, by writing YAML manifests. It is good practice to use YAML for production. kubectl commands for debugging in production or dev/test environment. Creating the Deployment i) Create the Deployment YAML file nginx-deployment.yaml apiVersion: apps/v1 kind: Deployment metadata…

Kubernetes

5 min read

Deployment Rolling Update & Rollback- Exercise-02
Deployment Rolling Update & Rollback- Exercise-02
Kubernetes

5 min read


Feb 19, 2022

Deployment Exercise-01

There are two basic ways to deploy to Kubernetes: imperatively, with the many kubectl commands, or declaratively, by writing YAML manifests. It is good practice to use YAML for production. kubectl commands for debugging in production or dev/test environment. Let’s first create a simple Nginx deployment with three replicas. i)…

Kubernetes

4 min read

Deployment Exercise-01
Deployment Exercise-01
Kubernetes

4 min read


Feb 19, 2022

Kubernetes deployment YAML Walkthrough

A Deployment is a resource object in Kubernetes that defines the desired state for our program. Kubernetes Deployment is the process of providing declarative updates to Pods and ReplicaSets. It allows users to declare the desired state in the manifest (YAML) file. This definition file always contains four top-level fields…

Kubernetes

4 min read

Kubernetes deployment YAML Walkthrough
Kubernetes deployment YAML Walkthrough
Kubernetes

4 min read


Feb 18, 2022

Kubernetes Deployment Strategies

In the old days, we typically use to upgrade applications by just shutting down the older application and installing the newer application, and restarting the server. This is the biggest challenge is to speed up the deployment speed. Kubernetes provides an advanced platform for making cloud-native deployments easy. Here, we…

Kubernetes Deployment

3 min read

Kubernetes Deployment Strategies
Kubernetes Deployment Strategies
Kubernetes Deployment

3 min read


Feb 18, 2022

Kubernetes Deployment

Deployment is a controller which wraps Pod/s and manages its life cycle, which is to say actual state to the desired state. There is one more layer in between Deployment and Pod which is ReplicaSet. A pod is the basic building block for Kubernetes and it groups one or more…

Kubernetes

3 min read

Kubernetes Deployment
Kubernetes Deployment
Kubernetes

3 min read


Feb 18, 2022

ReplicaSet Exercise-01

If you are new to the ReplicaSet YAML file click here i) Create a replica set YAML with 3 pods. apiVersion: apps/v1 kind: ReplicaSet metadata: name: frontend labels: app: guestbook tier: frontend spec: # modify replicas according to your case replicas: 3…

Replication

3 min read

ReplicaSet Exercise-01
ReplicaSet Exercise-01
Replication

3 min read


Feb 17, 2022

ReplicaSet YAML Walkthrough

A ReplicaSet is a process that runs multiple instances of a Pod and keeps the specified number of Pods constant. Its purpose is to maintain the specified number of Pod instances running in a cluster at any given time. If you are new to the replica set you can read…

Replicaset

3 min read

ReplicaSet YAML Walkthrough
ReplicaSet YAML Walkthrough
Replicaset

3 min read

Bikram

Bikram

173 Followers

DevOps Engineer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech