#kubernetes
Read more stories on Hashnode
Articles with this tag
Application Environment In the context of Kubernetes, the "application environment" refers to the configuration and settings required to run an...
PODS A pod is the smallest deployable unit in Kubernetes. It is a collection of one or more containers that are scheduled together on the same node....
What is a Blue-Green Deployment? Blue-green deployment is a software release management strategy that aims to minimize downtime and risk during the...
Entrypoints vs CMD in LINUX In a Dockerfile, both ENTRYPOINT and CMD are instructions used to define the command that will be executed when a...