#kubernetes
Read more stories on Hashnode
Articles with this tag
Kubernetes networking addresses four concerns Container within a pod use networking to communicate via loopback. Cluster networking provides...
Requirements Minimum requirement for both master and worker node :-2 cpu, t2-medium, 4gp ram Using these commands in both the master and worker...
The replication controller and replica set are not able to update and rollback apps in the Cluster. A Deployment object acts as a supervisor for pods,...
Replication set A Kubernetes object that ensures that a specified number of pod replicas are running at any given time. Controller A Kubernetes object...
Labels Label are the mechanism you use to organize Kubernetes object. A Label is a key value pair without any pre-defined meaning that can be...
Step1. Create a docker image of Nodejs app, build it and Push to docker hub. Node Image repo link of dockerhub:-...