This is a test Go application for serverless examples.
- Go is installed. Find the installation instructions here.
- AWS CLI is installed and configured. Find the installation instructions here.
- GoReleaser is installed. Find the installation instructions here
The applications contains the claim and the deployment.
kubectl apply -f argocd-app.yaml
Find the ArgoCD URL:
kubectl -n argocd get svc argo-cd-argocd-server -o jsonpath='{.status.loadBalancer.ingress[0].hostname}'
The username is admin
and the password can be obtained by executing:
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d