Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nimbolus/terraform-provider-k8sbootstrap


https://github.com/nimbolus/terraform-provider-k8sbootstrap

hacktoberfest terraform terraform-provider

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Terraform Provider k8sbootstrap

After setting up a fresh Kubernetes cluster you need to get the CA certificate to connect to it.
This provider can be used for fetching the CA cert and preparing a kubeconfig.

Run the following command to build the provider

```shell
go build -o terraform-provider-k8sbootstrap
```