infra/infra/vultr-kubernetes
shockrah 1281ea8857
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 14s
simplifying vars
2025-05-28 21:22:10 -07:00
..
k8s commiting defunct project for now 2024-07-26 16:38:57 -07:00
.gitignore Bumping kubernetes cluster version 2024-05-27 17:53:54 -07:00
admin-services.tf Fixing tag issues with pod selector 2025-02-10 22:10:02 -08:00
backend.tf upgrading providers 2025-05-28 17:43:56 -07:00
build.sh init option to build script 2024-12-08 13:40:56 -08:00
cluster.tf Slimming down the cluster definition 2025-05-28 18:24:31 -07:00
firewall.tf Fixing tag issues with pod selector 2025-02-10 22:10:02 -08:00
readme.md Fixing typo in stagse marker 2024-05-04 19:17:56 -07:00
variables.tf simplifying vars 2025-05-28 21:22:10 -07:00
variables.tfvars simplifying vars 2025-05-28 21:22:10 -07:00

Kubernetes Cluster On Vultr

Role of this folder

To define the cluster, namespaces, and nodes that we are going to support. Each project will get it's own namespace however no attempt to manage the

Kubectl Fresh setup

Check this link for installation instructions on *nix systems:

https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/