tk8 icon indicating copy to clipboard operation
tk8 copied to clipboard

CLI to deploy Kubernetes with RKE, EKS or Kubeadm and deploy additional addons

Results 6 tk8 issues
Sort by recently updated
recently updated
newest added

This provisioner takes the implementation of https://github.com/scholzj/aws-kubernetes and integrates as a provisioner for tk8. Provisioner implementation can be found here at https://github.com/kubernauts/tk8-provisioner-aws-kubeadm

**Describe the bug** When tk8 is run in a directory which does not have `config.yaml`, it tries to auto generate it by saying: ``` No default config was provided. Generating...

bug
help wanted
good first issue

**Deploy AKS:** $ tk8 cluster aks install **Destroy AKS:** $ tk8 cluster aks destroy **Scale AKS:** $ tk8 cluster aks scale **Upgrade AKS:** $ tk8 cluster aks upgrade **Add REST...

Please check with kube-bench the grade of security by tk8 made clusters: https://github.com/aquasecurity/kube-bench

**Is your feature request related to a problem? Please describe.** I'm always frustrated when [...] my rigid corporate environment has an existing VPC with security controls which they want me...

Please provide vault-operator support as an add-on: Via CLI: $ tk8 addon install vault-operator Via TK8 Web (REST API)