terraform-kubestack
terraform-kubestack copied to clipboard
Kubestack is a framework for Kubernetes platform engineering teams to define the entire cloud native stack in one Terraform code base and continuously evolve the platform safely through GitOps.
aks seems to be missing private cluster mode? would be nice to have.
We had a use case where the aks cluster needed to be attached to an existing vnet, instead of creating a new vnet. This pull request allows setting the subnet...
Currently none of the kubestack modules have any outputs. This might make extending the clusters with custom terraform code difficult if one also wishes not to touch the internals in...
* Cloud DNS API * Compute Engine API * Kubernetes Engine API
We are looking for the option to define a specific attribute for EC2 volume type.
https://github.com/kbst/terraform-kubestack/blob/master/google/cluster/configuration.tf#L61
I encountered two issues that may indicate a network connectivity issue: 1. kubeseal CLI times out trying to encrypt a secret - under the hood it seems to do a...