kubernetes-step-by-step

kubernetes step- by step

What is Kubernetes and why it is used?

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.

A Kubernetes service is a logical abstraction for a deployed group of pods in a cluster (which all perform the same function).

Since pods are ephemeral, a service enables a group of pods, which provide specific functions (web services, image processing, etc.) to be assigned a name and unique IP address (clusterIP). As long as the service is running that IP address, it will not change. Services also define policies for their access

In the following posts we are going Kubernetes step by step and describe how to implement and how to use kubernetes.

Azure Kubernetes Service (AKS)

Helm-kubernetes

Deploy microservice to Kubernetes using Helm Charts

How to Override Appsettngs in Kubernetes

Local Kubernetes Cluster

How to Manage Kubernetes Resources

Auto-scaling in Kubernetes

Configuration of Probes in Kubernetes

How to use Azure Container Registry in Kubernetes

Back to home page

 

Leave a Reply

Your email address will not be published. Required fields are marked *