blob: 1e777a251db42e6f6b5d0be88fd50564796de8c2 [file] [log] [blame]
Mohammed Naser9ad0d462023-01-15 20:36:37 -05001{{ template "chart.header" . }}
2
3{{ template "chart.deprecationWarning" . }}
4
5{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
6
7Cilium is open source software for providing and transparently securing
8network connectivity and loadbalancing between application workloads such as
9application containers or processes. Cilium operates at Layer 3/4 to provide
10traditional networking and security services as well as Layer 7 to protect and
11secure use of modern application protocols such as HTTP, gRPC and Kafka.
12
13A new Linux kernel technology called eBPF is at the foundation of Cilium.
14It supports dynamic insertion of eBPF bytecode into the Linux kernel at various
15integration points such as: network IO, application sockets, and tracepoints
16to implement security, networking and visibility logic. eBPF is highly
17efficient and flexible.
18
19![Cilium feature overview](https://raw.githubusercontent.com/cilium/cilium/master/Documentation/images/cilium_overview.png)
20
21## Prerequisites
22
23* Kubernetes: `{{ template "chart.kubeVersion" . }}`
24* Helm: `>= 3.0`
25
26## Getting Started
27
28Try Cilium on any Kubernetes distribution in under 15 minutes:
29
30| Minikube | Self-Managed K8s | Amazon EKS | Google GKE | Microsoft AKS |
31|:-:|:-:|:-:|:-:|:-:|
32| [![Minikube](https://raw.githubusercontent.com/cilium/charts/master/images/minikube.svg)](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [![Self-Managed Kubernetes](https://raw.githubusercontent.com/cilium/charts/master/images/k8s.png)](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [![Amazon EKS](https://raw.githubusercontent.com/cilium/charts/master/images/aws.svg)](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [![Google GKE](https://raw.githubusercontent.com/cilium/charts/master/images/google-cloud.svg)](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [![Microsoft AKS](https://raw.githubusercontent.com/cilium/charts/master/images/azure.svg)](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) |
33
34Or, 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
41After Cilium is installed, you can explore the features that Cilium has to
42offer 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
50The 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
52contributors across the globe, there is almost always someone available to help.
53
54{{ template "chart.valuesSection" . }}