Go to file
Victor Timofei 6af08f9f80
Add script for getting initial admin password
2021-12-29 16:16:12 +02:00
cert-manager Various changes 2021-12-29 15:27:14 +02:00
.gitignore Add initial installation script 2021-12-08 23:51:00 +02:00
LICENSE Initial commit 2021-12-07 11:07:12 +02:00
README.md Update README with instructions 2021-12-29 15:32:46 +02:00
env Various changes 2021-12-29 15:27:14 +02:00
get-argocd-admin-password.sh Add script for getting initial admin password 2021-12-29 16:16:12 +02:00
install-cert-manager.sh Various changes 2021-12-29 15:27:14 +02:00
install.sh Various changes 2021-12-29 15:27:14 +02:00
logger.sh Various changes 2021-12-29 15:27:14 +02:00

README.md

kubernetes-do-challenge

Kubernetes Digital Ocean Challenge

Deploy a GitOps CI/CD implementation

Installation:

./install.sh

Update the DNS records to point to the load balancer. Install cert-manager and create Ingress for ArgoCD.

DOMAIN=my.domain EMAIL_ADDRESS=victor@my.domain ./install-cert-manager.sh