#devops-articles
Read more stories on Hashnode
Articles with this tag
Crontab (Cron Table) is a powerful Linux utility that allows users to schedule tasks to run automatically at specified intervals. Whether you need to...
In this guide, we'll walk through how to expose a Kubernetes pod to the outside world using three different types of services: NodePort, ClusterIP,...
In Kubernetes, services are fundamental in exposing your applications to the network, both internally within the cluster and externally to the outside...
A Kubernetes Deployment is a crucial resource object that provides a declarative approach to managing application updates, rollbacks, and scaling....
Kubernetes Pods are the smallest and most fundamental units in the Kubernetes object model that you can create or deploy. A pod represents a single...
ReplicaSet is a Kubernetes object designed to maintain a specified number of pod replicas running at any given time. It ensures that a defined number...