-
Notifications
You must be signed in to change notification settings - Fork 320
docs: add AWS-supported Cilium management guide #10256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: parlakisik The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10256 +/- ##
==========================================
- Coverage 69.96% 69.94% -0.02%
==========================================
Files 681 681
Lines 41825 41802 -23
==========================================
- Hits 29263 29240 -23
Misses 10764 10764
Partials 1798 1798 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
docs/content/en/docs/clustermgmt/networking/cilium-aws-supported.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/clustermgmt/networking/cilium-aws-supported.md
Outdated
Show resolved
Hide resolved
|
|
||
| To complete the transition: | ||
|
|
||
| 1. **Upgrade Your Cluster**: Upgrade your cluster to the latest EKS Anywhere version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can they only implement this if they're upgrading EKS-A versions? What if they want to offload ownership while staying on the same EKS Anyhwere version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if they want to offload ownership , they can use first option and use aws supported cilium.
if customer is using cilium oss , they can upgrade to aws supported cilium .
if customer is using different cni (flannel , calico , etc ), They they must remove it and install aws supported cilium
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see. So the process is more complex if you're using a different CNI entirely?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's correct . We are not supporting cni replacement if customer is using different CNIs
docs/content/en/docs/clustermgmt/networking/cilium-aws-supported.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/clustermgmt/networking/cilium-aws-supported.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/clustermgmt/networking/cilium-aws-supported.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/clustermgmt/networking/cilium-aws-supported.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/clustermgmt/networking/cilium-aws-supported.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/clustermgmt/networking/cilium-aws-supported.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/clustermgmt/networking/cilium-aws-supported.md
Outdated
Show resolved
Hide resolved
Add comprehensive documentation for managing AWS-supported Cilium in EKS Anywhere clusters. This guide covers: - Overview of EKS-A managed vs self-managed Cilium approaches - Installing AWS-supported Cilium with Helm for self-management - Pros and cons of self-managing Cilium deployment - Migration path from open source to AWS-supported version - Transitioning from self-managed to EKS-A managed Cilium - Verification steps and expected outputs The documentation helps users understand their options for managing Cilium CNI and provides clear instructions for each approach.
f6e7b4d to
d01fef7
Compare
Add comprehensive documentation for managing AWS-supported Cilium in EKS Anywhere clusters. This guide covers:
The documentation helps users understand their options for managing Cilium CNI and provides clear instructions for each approach.
Issue #, if available:
https://github.com/aws/eks-anywhere-internal/issues/3664