Mohammed Naser | 9ad0d46 | 2023-01-15 20:36:37 -0500 | [diff] [blame] | 1 | annotations: |
| 2 | artifacthub.io/crds: | |
| 3 | - kind: CiliumNetworkPolicy |
| 4 | version: v2 |
| 5 | name: ciliumnetworkpolicy |
| 6 | displayName: Cilium Network Policy |
| 7 | description: | |
| 8 | Cilium Network Policies provide additional functionality beyond what |
| 9 | is provided by standard Kubernetes NetworkPolicy such as the ability |
| 10 | to allow traffic based on FQDNs, or to filter at Layer 7. |
| 11 | - kind: CiliumClusterwideNetworkPolicy |
| 12 | version: v2 |
| 13 | name: ciliumclusterwidenetworkpolicy |
| 14 | displayName: Cilium Clusterwide Network Policy |
| 15 | description: | |
| 16 | Cilium Clusterwide Network Policies support configuring network traffic |
| 17 | policiies across the entire cluster, including applying node firewalls. |
| 18 | - kind: CiliumExternalWorkload |
| 19 | version: v2 |
| 20 | name: ciliumnetworkpolicy |
| 21 | displayName: Cilium External Workload |
| 22 | description: | |
| 23 | Cilium External Workload supports configuring the ability for external |
| 24 | non-Kubernetes workloads to join the cluster. |
| 25 | - kind: CiliumLocalRedirectPolicy |
| 26 | version: v2 |
| 27 | name: ciliumlocalredirectpolicy |
| 28 | displayName: Cilium Local Redirect Policy |
| 29 | description: | |
| 30 | Cilium Local Redirect Policy allows local redirects to be configured |
| 31 | within a node to support use cases like Node-Local DNS or KIAM. |
| 32 | - kind: CiliumNode |
| 33 | version: v2 |
| 34 | name: ciliumnode |
| 35 | displayName: Cilium Node |
| 36 | description: | |
| 37 | Cilium Node represents a node managed by Cilium. It contains a |
| 38 | specification to control various node specific configuration aspects |
| 39 | and a status section to represent the status of the node. |
| 40 | - kind: CiliumIdentity |
| 41 | version: v2 |
| 42 | name: ciliumidentity |
| 43 | displayName: Cilium Identity |
| 44 | description: | |
| 45 | Cilium Identity allows introspection into security identities that |
| 46 | Cilium allocates which identify sets of labels that are assigned to |
| 47 | individual endpoints in the cluster. |
| 48 | - kind: CiliumEndpoint |
| 49 | version: v2 |
| 50 | name: ciliumendpoint |
| 51 | displayName: Cilium Endpoint |
| 52 | description: | |
| 53 | Cilium Endpoint represents the status of individual pods or nodes in |
| 54 | the cluster which are managed by Cilium, including enforcement status, |
| 55 | IP addressing and whether the networking is succesfully operational. |
| 56 | apiVersion: v2 |
| 57 | appVersion: 1.10.7 |
| 58 | description: eBPF-based Networking, Security, and Observability |
| 59 | home: https://cilium.io/ |
| 60 | icon: https://cdn.jsdelivr.net/gh/cilium/cilium@v1.10.7/Documentation/images/logo-solo.svg |
| 61 | keywords: |
| 62 | - BPF |
| 63 | - eBPF |
| 64 | - Kubernetes |
| 65 | - Networking |
| 66 | - Security |
| 67 | - Observability |
| 68 | - Troubleshooting |
| 69 | kubeVersion: '>= 1.16.0-0' |
| 70 | name: cilium |
| 71 | sources: |
| 72 | - https://github.com/cilium/cilium |
| 73 | version: 1.10.7 |