infra/infra/vultr-kubernetes
shockrah fc897bdd0e
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 6s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 20s
New yaml for a working MVP
Still need to add thing like TLS but this will basically
be  the template for routing and service setup, going forward
2025-08-29 16:34:18 -07:00
..
.gitignore Bumping kubernetes cluster version 2024-05-27 17:53:54 -07:00
backend.tf Adding tls into required providers 2025-06-12 09:16:10 -07:00
bastion.tf Creating simple bastion host for testing deployment setup scripts 2025-06-16 15:15:09 -07:00
build.sh init option to build script 2024-12-08 13:40:56 -08:00
cert-manager.yaml Basic health setup 2025-08-27 18:13:39 -07:00
cluster.tf Creating VKE cluster in a private VPC 2025-06-04 23:29:26 -07:00
firewall.tf Creating simple bastion host for testing deployment setup scripts 2025-06-16 15:15:09 -07:00
namespaces.yaml Basic health setup 2025-08-27 18:13:39 -07:00
readme.md Fixing typo in stagse marker 2024-05-04 19:17:56 -07:00
service.yaml New yaml for a working MVP 2025-08-29 16:34:18 -07:00
test.yaml New yaml for a working MVP 2025-08-29 16:34:18 -07:00
variables.tf Adding vars for the new bastion host 2025-06-12 09:20:21 -07:00
variables.tfvars Adding vars for the new bastion host 2025-06-12 09:20:21 -07:00
vpc.tf Creating VKE cluster in a private VPC 2025-06-04 23:29:26 -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/