Deployment of Reddit-Clone application on Kubernetes with Ingress enabled.
To deploy the reddit-clone application we need two servers:
CI server
Deployment server
First, we do the CI Server setup.
Install Docker and give permission to Docker user by following commands:
sudo apt-get update
sudo apt-get install docker....
akarsha.hashnode.dev4 min read
althaf syed
Mastering DevOps: Unleashing the Power of Continuous Integration, Delivery, and Automation on Hashnode"
This article was very much helpful.
Thank you!