Skip to main content
Version: 2.2
Vultr logo

Overview

caution

Vultr is in beta. It is quite stable, but use at your own risks.

The Vultr provisioning process will:

  • Create a Kubernetes cluster in the Vultr 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).

Installation DiagramInstallation Diagram

Applications

kubefirst beta vultr create provisions a local Vultr Kubernetes cluster to host your cloud native environment locally.

Your Vultr 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