Skip to content
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

feat: Add cilium to Kubernetes addon #920

Merged
merged 6 commits into from
Sep 6, 2022
Merged

Conversation

florentio
Copy link
Contributor

@florentio florentio commented Sep 1, 2022

What does this PR do?

Closes #439

Cilium can be set up in two different manners in EKS cluster:

Cilium in combination with the Amazon VPC CNI plugin

Cilium can be deployed in combination with the Amazon VPC CNI plugin by enabling the add-on via the following values.

cni:
  chainingMode: aws-cni
tunnel: disabled
enableIPv4Masquerade: false

Cilium as a replacement of Amazon VPC CNI

If you aim to install cilium as a [replacement of Amazon VPC CNI] (https://docs.cilium.io/en/stable/gettingstarted/k8s-install-helm/) for default CNI in your cluster, below is the configuration.

eni:
  enabled: true
ipam:
  mode: eni
tunnel: disabled
egressMasqueradeInterfaces: eth0
nodeinit:
  enabled: true
hubble:
  relay:
      enabled: true
   ui:
      enabled: true

Full values file is here https://github.com/cilium/cilium/blob/master/install/kubernetes/cilium/values.yaml

More

  • Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
  • Yes, I have added a new example under examples to support my PR
  • Yes, I have created another PR for add-ons under add-ons repo (if applicable)
  • Yes, I have updated the docs for this feature
  • Yes, I ran pre-commit run -a with this PR

Note: Not all the PRs required examples and docs except a new pattern or add-on added.

For Moderators

  • E2E Test successfully complete before merge?

Additional Notes

@florentio florentio temporarily deployed to EKS Blueprints Test September 6, 2022 22:31 Inactive
Copy link
Contributor

@bryantbiggs bryantbiggs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@florentio florentio temporarily deployed to EKS Blueprints Test September 6, 2022 22:35 Inactive
@bryantbiggs bryantbiggs merged commit e6a90c8 into aws-ia:main Sep 6, 2022
allamand pushed a commit to allamand/terraform-aws-eks-blueprints that referenced this pull request Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ADDON] - Cilium
2 participants