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
- Host: GitHub
- URL: https://github.com/akaliutau/kubernetes-bible
- Owner: akaliutau
- License: mit
- Created: 2024-01-21T18:06:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T11:36:43.000Z (over 1 year ago)
- Last Synced: 2025-01-11T00:13:26.018Z (6 months ago)
- Topics: aws-certification, devops-interview-questions, gcp-certification, kubernetes, kubernetes-fundamentals, kubernetes-interview-questions, system-design-interview
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)