https://github.com/zachflower/koolkubernetes
:test_tube: Formulas to take your Kubernetes game to the next level
https://github.com/zachflower/koolkubernetes
kubernetes lists resources tutorials
Last synced: about 2 months ago
JSON representation
:test_tube: Formulas to take your Kubernetes game to the next level
- Host: GitHub
- URL: https://github.com/zachflower/koolkubernetes
- Owner: zachflower
- License: mit
- Created: 2020-06-10T21:59:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T04:08:16.000Z (almost 6 years ago)
- Last Synced: 2025-11-07T15:02:47.621Z (8 months ago)
- Topics: kubernetes, lists, resources, tutorials
- Language: JavaScript
- Homepage:
- Size: 45.7 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# KoolKubernetes
KoolKubernetes is a growing list of examples-based Kubernetes formulas to take your cluster to the next level. From CI/CD workflows to storage solutions, this list is intended to act as an inspiration and guidebook to help expand your understanding and expertise with Kubernetes.
## Categories
- [CI/CD](#ci-cd)
- [Storage](#storage)
- [Monitoring](#monitoring)
- [Identity Management](#identity-management)
- [Service Mesh](#service-mesh)
- [Miscellaneous](#miscellaneous)
## Formulas
### CI/CD
- [Kubernetes + ArgoCD](/cicd/argocd): Deploy a NodeJS App to Kubernetes Using CircleCI and ArgoCD
- [Kubernetes + Jenkins](/cicd/jenkins): Deploying a NodeJS Application to Kubernetes Using Jenkins
### Storage
- [Kubernetes + Rook](/csi/rook): Deploying Ceph Object Storage to Kubernetes Using Rook
### Monitoring
- [Kubernetes + AlertManager](/monitoring/alertmanager): Receive Kubernetes Alerts in Slack Using AlertManager and Prometheus
### Identity Management
- [Kubernetes + Dex](/oidc/dex): Integrating Dex for Identity Management on Kubernetes
- [Kubernetes + KeyCloak](/oidc/keycloak): Integrating KeyCloak for Identity Management on Kubernetes
### Service Mesh
- [Kubernetes + Linkerd](/service-mesh/linkerd): Implementing Linkerd as ServiceMesh on Kubernetes
### Miscellaneous
- [Kubernetes + KubeVirt](miscellaneous/kubevirt): Managing Virtual Machines in Kubernetes Using KubeVirt
## Contributing
Please read through the [contributing guidelines](/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
## Copyright and License
Code and documentation copyright 2020 Platform9. Code released under the [MIT license](LICENSE.md).