Mohammed Naser | 9ad0d46 | 2023-01-15 20:36:37 -0500 | [diff] [blame] | 1 | {{ template "chart.header" . }} |
| 2 | |
| 3 | {{ template "chart.deprecationWarning" . }} |
| 4 | |
| 5 | {{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} |
| 6 | |
| 7 | Cilium is open source software for providing and transparently securing |
| 8 | network connectivity and loadbalancing between application workloads such as |
| 9 | application containers or processes. Cilium operates at Layer 3/4 to provide |
| 10 | traditional networking and security services as well as Layer 7 to protect and |
| 11 | secure use of modern application protocols such as HTTP, gRPC and Kafka. |
| 12 | |
| 13 | A new Linux kernel technology called eBPF is at the foundation of Cilium. |
| 14 | It supports dynamic insertion of eBPF bytecode into the Linux kernel at various |
| 15 | integration points such as: network IO, application sockets, and tracepoints |
| 16 | to implement security, networking and visibility logic. eBPF is highly |
| 17 | efficient and flexible. |
| 18 | |
| 19 |  |
| 20 | |
| 21 | ## Prerequisites |
| 22 | |
| 23 | * Kubernetes: `{{ template "chart.kubeVersion" . }}` |
| 24 | * Helm: `>= 3.0` |
| 25 | |
| 26 | ## Getting Started |
| 27 | |
| 28 | Try Cilium on any Kubernetes distribution in under 15 minutes: |
| 29 | |
| 30 | | Minikube | Self-Managed K8s | Amazon EKS | Google GKE | Microsoft AKS | |
| 31 | |:-:|:-:|:-:|:-:|:-:| |
| 32 | | [](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | |
| 33 | |
| 34 | Or, for a quick install with the default configuration: |
| 35 | |
| 36 | ``` |
| 37 | $ helm repo add cilium https://helm.cilium.io/ |
| 38 | $ helm install cilium cilium/cilium --namespace=kube-system |
| 39 | ``` |
| 40 | |
| 41 | After Cilium is installed, you can explore the features that Cilium has to |
| 42 | offer from the [Getting Started Guides page](https://docs.cilium.io/en/latest/gettingstarted/). |
| 43 | |
| 44 | {{ template "chart.maintainersSection" . }} |
| 45 | |
| 46 | {{ template "chart.sourcesSection" . }} |
| 47 | |
| 48 | ## Getting Help |
| 49 | |
| 50 | The best way to get help if you get stuck is to ask a question on the |
| 51 | [Cilium Slack channel](https://cilium.herokuapp.com/). With Cilium |
| 52 | contributors across the globe, there is almost always someone available to help. |
| 53 | |
| 54 | {{ template "chart.valuesSection" . }} |