Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shresth72/kubeadm_aws_vm_setup
Self Managed Kubeadm Cluster on EC2 VMs with Postgres State/Resource Manager
https://github.com/shresth72/kubeadm_aws_vm_setup
crio ec2 etcd kubeadm kubernetes postgresql security-groups terraform
Last synced: 19 days ago
JSON representation
Self Managed Kubeadm Cluster on EC2 VMs with Postgres State/Resource Manager
- Host: GitHub
- URL: https://github.com/shresth72/kubeadm_aws_vm_setup
- Owner: Shresth72
- Created: 2024-03-31T16:09:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T20:46:52.000Z (10 months ago)
- Last Synced: 2024-11-14T05:28:14.012Z (3 months ago)
- Topics: crio, ec2, etcd, kubeadm, kubernetes, postgresql, security-groups, terraform
- Language: Shell
- Homepage:
- Size: 782 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Self Managed KubeAdm Cluster
Setting Up Kubeadm Cluster that is Self Managed and Runs on EC2 machines
## Steps
- EC2 and Security Group Setup with Terraform for Nodes
- Setting Up K8S environment on Master and Worker Nodes
- CRI-O for KubeAdm Cluster Runtime
- KubeAdm Init and Config Configuration
- Kubernetes API Server Configuration## TODO
- Setting up External Postgres instead of etcd for state management
- Monitoring with Metric Controller (ik) / Prometheus (idk)
- Ingress, Ingress Controller and Load Balancer Setup for Securing Worker Routes