https://github.com/isovalent/cilium-up-and-running
This repository contains manifests, scripts, and configurations referenced in the O'Reilly book Cilium Up and Running. These resources are intended to help readers experiment with Cilium features, reproduce demonstrations, and deepen their understanding of Kubernetes networking, security, and observability.
https://github.com/isovalent/cilium-up-and-running
cilium ebpf kubernetes networking observability security
Last synced: 3 months ago
JSON representation
This repository contains manifests, scripts, and configurations referenced in the O'Reilly book Cilium Up and Running. These resources are intended to help readers experiment with Cilium features, reproduce demonstrations, and deepen their understanding of Kubernetes networking, security, and observability.
- Host: GitHub
- URL: https://github.com/isovalent/cilium-up-and-running
- Owner: isovalent
- License: mit
- Created: 2025-03-10T14:30:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-11T11:06:49.000Z (3 months ago)
- Last Synced: 2025-07-14T11:02:19.541Z (3 months ago)
- Topics: cilium, ebpf, kubernetes, networking, observability, security
- Homepage: https://isovalent.com/books/cilium-up-and-running/
- Size: 116 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cilium Up and Running
This repository contains manifests, scripts, and configurations referenced in the O'Reilly book **_Cilium Up and Running_**. These resources are intended to help readers experiment with Cilium features, reproduce demonstrations, and deepen their understanding of Kubernetes networking, security, and observability.
> _Note: This repository is intended as a companion to the book. It is not a production-ready deployment._
## Contents
- Example Kubernetes manifests for installing and configuring Cilium
- Helm values and installation snippets
- Sample YAMLs for network policies, services, and routing scenarios
- Supporting scripts and troubleshooting utilitiesEach subdirectory corresponds to a book chapter or concept and may contain its own `README.md` for instructions or explanations.
## Getting Started
To get started:
```bash
git clone https://github.com/isovalent/cilium-up-and-running.git
cd cilium-up-and-running
```You can then browse the files and follow the instructions provided within each folder.
## License
This repository is licensed under the [MIT License](./LICENSE). See the [LICENSE](./LICENSE) file for details.
## Contributing
This repository is a companion to the book. If you find corrections and improvements for these examples, we welcome your suggestions via issues and PRs!
For general information on contributing to Cisco Open Source projects, please refer to the [Cisco Open Source CONTRIBUTING guide](https://github.com/cisco-open/oss-template/blob/main/CONTRIBUTING.md).
## Copyright
Copyright (c) 2025 Cisco Systems, Inc. and its affiliates.