Skip to content

jlnhnng/k0s-cilium-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k0s on AWS with Cilium CNI

This installation includes k0s (Default CNI kuberouter deactivated), Cilium as CNI, AWS Cloud Controller Manager & AWS EBS CSI Driver

Prep

Get and apply your AWS creds in the terminal, so we can use Terraform to create resources.

Installation

terraform apply -auto-approve

terraform output -raw k0s_cluster | k0sctl apply --no-wait --debug --config -

terraform output -raw k0s_cluster | k0sctl kubeconfig --config -

et voilà, a k0s cluster with 1 controller, 3 worker, integration into AWS and Cilium as CNI.

TODO

  • Make iam_instance_profile configurable
  • Make AMI configurable

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages