infra/infra/vultr-kubernetes
2024-06-24 20:44:21 -07:00
..
k8s Sample cluster and pods 2024-05-29 23:27:43 -07:00
.gitignore Bumping kubernetes cluster version 2024-05-27 17:53:54 -07:00
backend.tf Firewall and provider version bump 2024-01-16 19:49:52 -08:00
build.sh Build script that doesnt totally suck IG 2024-06-24 20:44:21 -07:00
cluster.tf Removing cluster since project is super backlogged right now 2024-03-24 13:41:21 -07:00
firewall.tf Tracking 6443 for kubectl 2024-01-17 21:06:25 -08:00
readme.md Fixing typo in stagse marker 2024-05-04 19:17:56 -07:00
variables.tf parameterizing load balancer public ip 2024-02-27 23:04:59 -08:00
variables.tfvars Bumping kubernetes cluster version 2024-05-27 17:53:54 -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/