Skip to main content
Version: 2.2
Civo logo

Overview

The Civo provisioning process will:

  • Create a gitops git repository from our gitops-template and store it in your git provider.
  • Create a Kubernetes cluster in the Civo cloud.
  • 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 source code).

Installation DiagramInstallation Diagram

Applications

kubefirst civo create provisions a local Civo Kubernetes cluster to host your cloud native environment locally.

Your Civo cluster will include:

ApplicationDescription
Argo CDGitOps Continuous Delivery
Argo WorkflowsApplication Continuous Integration
AtlantisTerraform Workflow Automation
cert-managerCertificate Automation Utility
ChartMuseumHelm Chart Registry
External Secrets OperatorsSyncs Kubernetes secrets with Vault secrets
GitHub Action Runner ControllerGitHub Self-Hosted CI Executor
HashiCorp VaultSecrets Management
Metaphor(development, staging, production) instance of sample Next.js app
Ingress NginxIngress Controller