Getting Started with kOps on DigitalOcean
- kubectl installed
- DigitalOcean Spaces bucket with API Keys
- . To point your domain registrar to DigitalOcean’s nameservers follow this guide
Environment Variables
It is important to set the following environment variables:
Creating a Multi-Master HA Cluster
In the below example, should be replaced with any cluster name that ends with such that a gossip based cluster is created. Ensure the master-count is odd-numbered. A load balancer is created dynamically front-facing the master instances.
If you want to create a new VPC for running your kops cluster, specify the network-cidr as below.
Features Still in Development
Next steps
Now that you have a working kOps cluster, read through the recommendations for production setups guide to learn more about how to configure kOps for production workloads.