2021-12-07 09:07:12 +00:00
|
|
|
# kubernetes-do-challenge
|
|
|
|
Kubernetes Digital Ocean Challenge
|
2021-12-07 09:09:37 +00:00
|
|
|
|
2021-12-07 09:11:19 +00:00
|
|
|
[Deploy a GitOps CI/CD implementation](https://www.digitalocean.com/community/pages/kubernetes-challenge#anchor--challenges)
|
2021-12-29 13:32:46 +00:00
|
|
|
|
|
|
|
## Installation:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
./install.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
Update the DNS records to point to the load balancer.
|
|
|
|
Install cert-manager and create Ingress for ArgoCD.
|
|
|
|
|
|
|
|
```sh
|
|
|
|
DOMAIN=my.domain EMAIL_ADDRESS=victor@my.domain ./install-cert-manager.sh
|
|
|
|
```
|
|
|
|
|