Add Flatcar and Cilium kube-proxy-free architecture
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 3m11s
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 3m11s
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Optional production-style path
|
||||
|
||||
This directory provisions one encrypted Ubuntu EC2 host with a deliberately
|
||||
This directory provisions one encrypted Flatcar EC2 host with a deliberately
|
||||
small network surface. It is a scaffold for the documented cloud path; the
|
||||
local k3d path remains the primary, cost-free portfolio demo.
|
||||
|
||||
The AWS account, region, AMI, SSH key pair, and administrator CIDR are inputs,
|
||||
The AWS account, region, Flatcar AMI, SSH key pair, and administrator CIDR are inputs,
|
||||
not repository values. Do not commit a real `terraform.tfvars` file or private
|
||||
keys. The security group intentionally exposes SSH and the Kubernetes API only
|
||||
to `admin_cidr`; add any public application ports explicitly when needed.
|
||||
@@ -21,7 +21,7 @@ terraform apply
|
||||
terraform output -raw public_ip
|
||||
```
|
||||
|
||||
Then run `ansible/bootstrap-k3s.yml` against the output IP. `terraform destroy`
|
||||
Then run `ansible/bootstrap-k3s.yml` against the output IP. Configure the
|
||||
Cilium API endpoint before installing Cilium. `terraform destroy`
|
||||
removes the lab resources when finished. This path is not required for the
|
||||
portfolio demo and is not invoked by CI.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user