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

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

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).