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
- Host: GitHub
- URL: https://github.com/evalle/k8s-in-action
- Owner: Evalle
- License: mit
- Created: 2017-04-06T14:57:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T15:18:19.000Z (about 9 years ago)
- Last Synced: 2025-03-25T06:51:12.551Z (over 1 year ago)
- Topics: book, containers, docker, k8s, kubernetes
- Language: Shell
- Size: 46.9 KB
- Stars: 15
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)