Skip to content

Latest commit

 

History

History

kubernetes

Kubernetes Hits

Kubernetes aka k8s is an open-source container orchestration tool, it allows you to manage containers' clusters using concepts such as pods, replicasets, and deployments. Pods are groups of containers that work together to run an application, Replicasets ensure that the number of running pods matches the number specified in the configuration, on the other hand, Deployments manage application updates by defining scaling and rollback policies.

Source Code

The source codes of the articles in this category are present in this folder.

Related Articles

More tech content is available on the blog and on YouTube, subscribe to the monthly activities newsletter to be kept posted ✅

Click here to contribute to the community, we have many activites going on.

By NumericaIdeas Network