kubezero/artifacts/kubezero-calico/README.md

32 lines
842 B
Markdown
Raw Normal View History

# Calico CNI
2020-07-03 14:33:36 +00:00
Current top-level still contains the deprecated Canal implementation.
Removed once new AWS config is tested and rolled out to all existing clusters.
2020-07-02 15:51:51 +00:00
2020-07-03 14:33:36 +00:00
## AWS
Calico is setup based on the upstream calico-vxlan config from
`https://docs.projectcalico.org/v3.15/manifests/calico-vxlan.yaml`
2020-07-02 15:51:51 +00:00
2020-07-03 14:33:36 +00:00
Changes:
2020-07-05 22:42:23 +00:00
- VxLAN set to Always to not expose cluster communication to VPC
-> EC2 SecurityGroups still apply and only need to allow UDP 4789 for VxLAN traffic
-> No need to disable source/destination check on EC2 instances
-> Prepared for optional WireGuard encryption for all inter node traffic
2020-07-03 14:33:36 +00:00
- MTU set to 8941
2020-07-05 22:42:23 +00:00
- Removed migration init-container
- Disable BGB and BIRD health checks
2020-07-03 14:33:36 +00:00
- Set FELIX log level to warning
2020-07-05 22:42:23 +00:00
2020-07-03 14:33:36 +00:00
- Enable Prometheus metrics
2020-07-06 11:32:24 +00:00
## Prometheus
See: https://grafana.com/grafana/dashboards/12175