An open API service indexing awesome lists of open source software.

https://github.com/evalle/k8s-in-action

Examples from the book "Kubernetes in Action" by Marko Luksa
https://github.com/evalle/k8s-in-action

book containers docker k8s kubernetes

Last synced: 4 months ago
JSON representation

Examples from the book "Kubernetes in Action" by Marko Luksa

Awesome Lists containing this project

README

          

# k8s-in-action
Examples from the book ["Kubernetes in Action"](https://www.manning.com/books/kubernetes-in-action) by Marko Luksa

### Chapters

- [First steps with docker and kubernetes](chapter2.md)
- [Deploying containers in pods](chapter3.md)
- [Replicating pods and keeping them running](chapter4.md)
- [Exposing pods as a service](chapter5.md)
- [Sharing disk storage between containers in a pod](chapter6.md)
- [Passing configuration and sensitive information to containers](chapter7.md)