Before you proceed, make sure you have configured the ArgoCD UI and have access to it.
Follow these steps to create your deployment:
- Application Name: Set this to
django-todo
. - Project Name: Choose
default
. - Sync Policy: Select
Automatic
.
Update the URL of the repository with your repository's URL and specify the path where the manifests are located.
To confirm that your deployment is successful, run the following command:
kubectl get pods
To access your application in a web browser, use the following command:
minikube service django-todo-app-svc
Now you should have successfully deployed your Django application using the ArgoCD UI.