🚢Reddit Clone Deployment on Kubernetes with Ingress Enabled
Prerequisites:
EC2 ( AMI- Ubuntu, Type- t2.medium )
Docker
Minikube
kubectl
You can Install all this by doing the below steps one by one. and these steps are for Ubuntu AMI.
# Steps:-
# For Docker Installation
sudo apt-get update
sudo apt-get ...
chekitsharma.hashnode.dev2 min read