infra/infra/vultr-kubernetes
shockrah f2c4506245
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 3s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 14s
separating game and admin service node pools with pods and what not
2024-12-19 01:28:44 -08:00
..
dev Slowly prepping dev tool to find admin services too 2024-12-18 20:11:27 -08: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 separating game and admin service node pools with pods and what not 2024-12-19 01:28:44 -08:00
backend.tf Fixing constantly changing cluster fire wall group id 2024-12-08 14:06:32 -08:00
build.sh init option to build script 2024-12-08 13:40:56 -08:00
cluster.tf separating game and admin service node pools with pods and what not 2024-12-19 01:28:44 -08:00
firewall.tf Fire wall rules for admin-services 2024-12-18 20:42:10 -08:00
game-server.tf separating game and admin service node pools with pods and what not 2024-12-19 01:28:44 -08:00
readme.md Fixing typo in stagse marker 2024-05-04 19:17:56 -07:00
variables.tf separating game and admin service node pools with pods and what not 2024-12-19 01:28:44 -08:00
variables.tfvars separating game and admin service node pools with pods and what not 2024-12-19 01:28:44 -08: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/