Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhioncbr/kubernetes-example
Repo for Kubernetes manifest objects for practise & learning.
https://github.com/abhioncbr/kubernetes-example
k8s k8s-deployment kube-scheduler kubectl kubernetes kubernetes-deployment microservice
Last synced: about 5 hours ago
JSON representation
Repo for Kubernetes manifest objects for practise & learning.
- Host: GitHub
- URL: https://github.com/abhioncbr/kubernetes-example
- Owner: abhioncbr
- License: mit
- Created: 2019-08-20T00:49:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T21:36:04.000Z (over 1 year ago)
- Last Synced: 2024-05-02T01:53:43.235Z (7 months ago)
- Topics: k8s, k8s-deployment, kube-scheduler, kubectl, kubernetes, kubernetes-deployment, microservice
- Language: Python
- Homepage:
- Size: 2.88 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# kubernetes-example
[](https://kubernetes.io/)Repo for Kubernetes examples.
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
![GitHub](https://img.shields.io/github/license/abhioncbr/kubernetes-example)## Kubernetes basic objects examples
- [example-deployments](k8s-objects-examples/example-deployments/README.md): consist different types of deployments examples
- [example-micorservice-apps](k8s-objects-examples/example-microservice-apps/README.md): consist simple microservice apps## Published Posts
- Pod Eviction
- Part 1: [Please don’t evict my pod; QoS Class](https://itnext.io/please-dont-evict-my-pod-part-1-399640df3ddb?source=friends_link&sk=7fbe0c04353c59e17ba40a0bd63341c0)
- Part 2: [Please don’t evict my pod; eviction policy](https://itnext.io/please-dont-evict-my-pod-eviction-policy-ef4c5380f5fd?source=friends_link&sk=0b60541f93cbf36c45a7e5921e852174)
- Part 3: [Please don’t evict my pod; priority & disruption budget](https://itnext.io/please-dont-evict-my-pod-priority-disruption-budget-e099da7b93d2?source=friends_link&sk=54e8636b7c321f726c1cc04b85a7128f)
- Part 4: [Please don’t evict my pod; tips & tricks to avoid pod eviction](https://itnext.io/please-dont-evict-my-pod-tips-tricks-to-avoid-pod-eviction-e9ed466ffda6?source=friends_link&sk=3478093e28d68de42c1ebf72fa915dbc)
- Kube Scheduler
- [Beyond Kube-scheduler, a need for a K8s Cluster Balancer](https://itnext.io/beyond-kube-scheduler-a-need-for-a-k8s-cluster-balancer-89cdfb242e09?source=friends_link&sk=288a4f53a087fc039cff9b40dded0d79)