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

https://github.com/apurvabhandari/Kubernetes

All about Kubernetes and things around it
https://github.com/apurvabhandari/Kubernetes

docker k8s kubernetes monitoring prometheus thanos

Last synced: 4 months ago
JSON representation

All about Kubernetes and things around it

Awesome Lists containing this project

README

          

# Kubernetes
[![Generic badge](https://img.shields.io/badge/SUBJECT-Kubernetes-Blue.svg)](https://shields.io/)
![Watchers](https://img.shields.io/github/watchers/apurvabhandari/Kubernetes?style=social)
![last commit](https://img.shields.io/github/last-commit/apurvabhandari/Kubernetes)
![Hits](https://hitcounter.pythonanywhere.com/count/tag.svg?url=https://apurvabhandari.github.io/Kubernetes)



## Kubernetes Core Concept
- [Install and configure a multi-master Kubernetes cluster with kubeadm](./Install-and-configure-a-multi-master-Kubernetes-cluster-with-kubeadm.md)
- [Kubernetes backup easy way](./k8s-Cluster-backup-easy-way.md)
- [Kubernetes Ingress Controller with Google Cloud LB](./Installing-an-Ingress-controller-using-Nginx.md)
- [Kubernetes Debugging Sheet](./k8s-debug-cheatsheet.md)
- [Replica Set Vs Replication Controller](./ReplicaSetVsReplicationController.md)
- [Kubernetes Cluster Backup for Managed Clsuer](./Kubernetes_Cluster_Backup-Managed_Cluster.md)
- [States of a Pod](./States-of-a-Pod.md)

- [Basics of Kubernetes](./Basics-of-Kubernetes.md)

- [Kubernetes Networking](./k8score/k8s_networking.md)

## Kubernetes Concept Link
- [LimitRange](https://kubernetes.io/docs/concepts/policy/limit-range/)
- [QoS](https://kubernetes.io/docs/concepts/workloads/pods/pod-qos/) | [Configure Quality of Service for Pods](https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/)
- [HorizontalPodAutoscaler](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/)
- [PDB](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/)

## Exam Resources
- [CKA & CKAD](./exam_prep/README.md)

## Monitoring and Alerting
- [Prometheus](./monitoring/Prometheus.md)

## My Talk - Slides
- Multi-Stage Build and Build Mount with Docker [Build Mount](./slides/Multi-StageBuildBuildMountWithDocker.pdf)

- Introduction to Kubernetes - [Kubernetes Intro](./slides/K8s_Introduction.pdf)

- Kubernetes101 - [k8s101](./slides/Kubernetes101.pdf)

- Long Term Retention Data Monitoring with Thanos and Prometheus Stack for Kubernetes -[Thanos](./slides/Thanos_Monitoring.pdf)
- Kubernetes Networking with Istio and without Istio - [Istio Networking](./slides/Kubernetes_networking_and_Istio.pdf)

## Cloud and Kubernetes
- [AWS EKS Storage classes](./cloud/aws_eks_storageclass.md)

## Tools that help Kubernetes
- Helm [Helm3](./helm.md)

- Service Mesh [Istio](./tools/istio.md)

## DevOps
- [Infrastructure Automation](https://github.com/apurvabhandari/InfraAuto/blob/master/README.md)
- [Scripting](https://github.com/apurvabhandari/scripting/blob/master/README.md)

### References
- [kubernetes.io](https://www.kubernetes.io)

### Creator

- [Apurva Bhandari](https://www.linkedin.com/in/apurvabhandari-linux/)
- [![Twitter URL](https://img.shields.io/twitter/follow/Apurv_Bhandari?style=social)](https://twitter.com/Apurv_Bhandari)

### LICENSE
[Apache License 2.0](./LICENSE)