This project aims to develop a dynamic news website using a modern tech stack comprising React.js for frontend development and Express.js, Node.js, and MongoDB for the backend.
This project aims to offer users a engaging news consumption experience, with best of cloud-native practices!
For accessing the Argo CD dasboard, simply run the command:
kubectl port-forward svc/argocd-server -n argocd 8080:443The username will be admin and in order to get the password, run the command:
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echoFor accessing the Argo Rollouts dashboard, simply run the command:
kubectl argo rollouts dashboardFor accessing the Grafana dashboard, run the command:
kubectl port-forward svc/grafana 3000:80 -n monitoring