Deployment of Reddit-Clone application on Kubernetes with Ingress enabled
To deploy the reddit-clone application we need 2 EC-2 Servers:
CI server
Deployment server
Let's setup first CI Server.
Install Docker and give permission to Docker user by following commands:
sudo apt-get update
sudo apt-get install docker.i...
rushikesh-rawool.hashnode.dev4 min read