Overview
caution
DigitalOcean is in beta. It is quite stable, but use at your own risks.
The DigitalOcean provisioning process will:
- Create a Kubernetes cluster in the DigitalOcean cloud.
- Create a
gitops
git repository from our gitops-template and store it in your selected git provider. - Install Argo CD bootstrapped against your
gitops
repository so your repository powers the platform. - Install all the platform apps using GitOps (gitops repository
/registry
folder). - Apply Terraform to configure Vault (gitops repository
/terraform/vault
folder). - Bind a webhook to ngrok in cluster so you can automate Terraform executions through Atlantis.
- Integrate Argo Workflows with your git provider.
- Install Argo Workflows cluster workflow templates to build containers, publish charts, and provide GitOps delivery pipelines.
- Install a sample application that uses this automation to demonstrate app delivery (metaphor).
- GitHub
- GitLab
Applications
kubefirst beta digitalocean create
provisions a local DigitalOcean Kubernetes cluster to host your cloud native environment locally.
Your DigitalOcean cluster will include:
Application | Description |
---|---|
Argo CD | GitOps Continuous Delivery |
Argo Workflows | Application Continuous Integration |
Atlantis | Terraform Workflow Automation |
cert-manager | Certificate Automation Utility |
ChartMuseum | Helm Chart Registry |
External Secrets Operators | Syncs Kubernetes secrets with Vault secrets |
GitHub Action Runner Controller | GitHub Self-Hosted CI Executor |
HashiCorp Vault | Secrets Management |
Metaphor | (development, staging, production) instance of sample Next.js app |
Ingress Nginx | Ingress Controller |
Applications
kubefirst beta digitalocean create
provisions a local DigitalOcean Kubernetes cluster to host your cloud native environment locally.
Your DigitalOcean cluster will include:
Application | Description |
---|---|
Argo CD | GitOps Continuous Delivery |
Argo Workflows | Application Continuous Integration |
Atlantis | Terraform Workflow Automation |
cert-manager | Certificate Automation Utility |
ChartMuseum | Helm Chart Registry |
External Secrets Operators | Syncs Kubernetes secrets with Vault secrets |
GitLab Runner | GitLab Self-Hosted CI Executor |
HashiCorp Vault | Secrets Management |
Metaphor | (development, staging, production) instance of sample Next.js app |
Ingress Nginx | Ingress Controller |