kubeadm-aws icon indicating copy to clipboard operation
kubeadm-aws copied to clipboard

Really cheap Kubernetes cluster on AWS with kubeadm

Results 7 kubeadm-aws issues
Sort by recently updated
recently updated
newest added

`terraform apply tfplan` run fine, but kubectl is not available in master node. I found later that user data script failed to run because of package dependency issues. Upgrading kubernetes-version...

Using https://github.com/rancher/k3s may provide an opportunity to use an even tinier VPS tier.

changing from m1 to m5.large gives this error on apply with the ami image provided aws instance-store root device is not supported for the instance type 'm5.large'.

Hi there. I have used parts of this project and modified it beyond recognition. But I felt it necessary to contribute back some of my improvements. Mostly because of the...

Have you considered swapping out for kops? It shouldn't be difficult to replicate this setup in a kops cluster.

Currently we leave the token valid forever so when new worker nodes are created by Spot Fleet they can always successfully join the cluster without any interaction being required. This...

enhancement

Living in fear of losing my local tfstate file isn't much fun. This will be a quick fix.

enhancement