Skip to content

Commit

Permalink
chore: start study guide
Browse files Browse the repository at this point in the history
  • Loading branch information
hacktivist123 committed Jan 8, 2024
0 parents commit 4dafe1d
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Certified CIlium Associate Study Guide

![](files/ogimage.jpeg)
The aim of this study guide is to help prepare for the [Cilium Certified Associate(CCA)](https://training.linuxfoundation.org/certification/cilium-certified-associate-cca/) Exam

### Architecture
- [Cilium - Rethinking Linux Networking and Security for the Age of Microservices](https://cilium.io/blog/2018/04/24/cilium-security-for-age-of-microservices/)
- [Cilium 1.0: Bringing the BPF Revolution to Kubernetes Networking and Security](https://cilium.io/blog/2018/04/24/cilium-10/)
- [Cilium's BPF kernel datapath revamped](https://www.youtube.com/watch?v=u0PGas8D24w)
- [Cilium eBPF Datapath - Cilium Docs](https://docs.cilium.io/en/stable/network/ebpf/)
- [IP Address Management (IPAM) - Cilium Docs](https://docs.cilium.io/en/stable/network/concepts/ipam/)
- [Cilium Component Overview - Cilium Docs](https://docs.cilium.io/en/stable/overview/component-overview/)

## eBPF
- [Why is the kernel community replacing iptables with BPF?](https://cilium.io/blog/2018/04/17/why-is-the-kernel-community-replacing-iptables/)
- [eBPF - The Future of Networking & Security](https://cilium.io/blog/2020/11/10/ebpf-future-of-networking/)
- [What is eBPF?](https://ebpf.io/what-is-ebpf/)
- [Getting started with eBPF](https://isovalent.com/labs/getting-started-with-ebpf/)

### Installation and Configuration
- [Cilium Quick Installation](https://docs.cilium.io/en/latest/gettingstarted/k8s-install-default/#k8s-install-quick)
- [eCHO episode 1: Introduction to Cilium](https://www.youtube.com/watch?v=80OYrzS1dCA&list=PLDg_GiBbAx-mY3VFLPbLHcxo6wUjejAOC&index=114)
- [Getting Started with Cilium](https://isovalent.com/labs/getting-started-with-cilium/)
- [Tutorial: Tips and Tricks to install Cilium](https://isovalent.com/blog/post/tutorial-tips-and-tricks-to-install-cilium/)

### Network Observability
- [eCHO episode 2: Introduction to Hubble](https://www.youtube.com/live/hD2iJUyIXQw?si=WqWaY7_jN2B-sRz5)
- [Setting up Hubble Observability](https://docs.cilium.io/en/latest/gettingstarted/hubble_setup/#hubble-setup)
- [Layer 7 Protocol Visibility](https://docs.cilium.io/en/stable/observability/visibility/)
- [Back to Basics – L7 Flow Visibility](https://isovalent.com/videos/back-to-basics-l7-flow-visibility/)
### Network Policy

- [Identity Based](https://docs.cilium.io/en/stable/security/network/identity/)
- [Zero Trust Security with Cilium](https://isovalent.com/blog/post/zero-trust-security-with-cilium/)

### Service Mesh

-


### Cluster Mesh

-

### BGP and External Networking

-
Binary file added files/ogimage.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4dafe1d

Please sign in to comment.