An open API service indexing awesome lists of open source software.

https://github.com/eitansuez/pks-clusterlb


https://github.com/eitansuez/pks-clusterlb

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Basic idea

- The pks control plane is installed.
- You wish to create a pks cluster.
- The pks cli will create the cluster, but it won't create the lb, firewall rule, dns entry, etc..

You could do that manually via the steps outlined [here](https://docs.pivotal.io/tkgi/1-8/gcp-cluster-load-balancer.html).

Or:

1. Configure your `terraform.tfvars` file
1. Apply the terraform in this repository
1. Create the cluster using the tkgi cli
1. Run the script `./add-master-to-lb.sh `

Notes:

- tkgi and jq must be installed