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

https://github.com/akaliutau/kubernetes-bible

The Kubernetes in a Nutshell
https://github.com/akaliutau/kubernetes-bible

aws-certification devops-interview-questions gcp-certification kubernetes kubernetes-fundamentals kubernetes-interview-questions system-design-interview

Last synced: 4 months ago
JSON representation

The Kubernetes in a Nutshell

Awesome Lists containing this project

README

        

Kubernetes bible
=================

This repository contains key concepts, definitions, code examples for Kubernetes, coupled with best practice,
general thoughts about how to build a perfect cloud system and the collection of related resources on the web.

Notes can be used for the preparation for K8s certification exams

# Contents

* [Cluster setup](./main/00-cluster-setup.md)
* [Intro](./main/01-intro.md)
* [K8s resources (objects)](./main/02-objects.md)
* [Resource management](./main/03-resource-management.md)
* [KubeOps](./main/04-kubeops.md)
* [kubectl](./main/05-kubectl.md)
* [Containers](./main/06-containers.md)
* [Pods](./main/07-pods.md)
* [Secrets](./main/08-secrets.md)
* [Security](./main/09-security.md)
* [Deployments](./main/10-deployments.md)
* [Software Development Life Cycle (SDLC) in K8s](./main/11-development-lifecycle.md)
* [K8s CI/CD](./main/12-k8s-cicd.md)
* [Metrics](./main/13-metrics.md)