#kubernetes
Read more stories on Hashnode
Articles with this tag
In this Blog I will share how we can deploy NGINX Ingress Controller on Kubernetes Cluster and enable routing to different microservices using a...
Introduction Docker is the magic to build and run applications on different machines. Its very lightweight. Lets Explore that what is inside our...
Overview: In this blog, we will set up Terraform, and create S3 Bucket and an EC2 Instance using HCL code. Creating a server using AWS EC2:- Sign in...
Objectives: In this Blog, we will create a Persistent Volume, claim it and then attach it to a Docker Container. Structure: At first, we will create...
Overview:- In this Blog, we will create a Kubernetes Cluster. Creating Master and Worker nodes:- At first, we will need 2 nodes(Master and Worker...
Overview:- In this blog, we will create a Docker file, build an image, push it to Docker Hub and at the end we will deploy it on Kubernetes...