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

https://github.com/bjwrd/kubernetes

Including Kubernetes Deployments
https://github.com/bjwrd/kubernetes

fleet helm keycloak kubernetes kubernetes-cluster rancher

Last synced: 7 months ago
JSON representation

Including Kubernetes Deployments

Awesome Lists containing this project

README

          

# Kubernetes

Welcome to the Kubernetes Examples Repository! This repository provides a collection of Kubernetes deployments that showcase various use cases and best practices for managing containerized applications using Kubernetes.

## Getting Started
To explore the muliple Kubernetes deployments within this repository, follow these steps:

#### 1. Clone the repository to your local machine:
git clone https://github.com/BJWRD/Kubernetes.git

#### 2. Navigate to the required repository directory:
cd Kubernetes

#### 3. Choose one of the available deployments from the list below and follow the instructions provided in their respective directories:

* [grafana-prometheus-loki-deployment](https://github.com/BJWRD/Kubernetes/grafana-prometheus-loki-deployment) `Multi-app deployment on a K8s cluster including Grafana, Prometheus, Loki & Promtail.`

* [fleet-rancher-gitops](https://github.com/BJWRD/Kubernetes/fleet-rancher-gitops) `Application deployment via a Rancher Fleet GitOps solution.`

* [cert-manager-deployment](https://github.com/BJWRD/Kubernetes/cert-manager-deployment): `Cert-Manager deployment and configuration on a existing K8s Cluster/Resources.`

* [kubernetes-docker-python-flask](https://github.com/BJWRD/Kubernetes/kubernetes-docker-python-flask): `A Python Flask web application using K8s, Docker, Python Flask and NodePort as a service.`

* [rancher-kubernetes-cluster](https://github.com/BJWRD/Kubernetes/rancher-kubernetes-cluster): `The following project includes Rancher installation on a Kubernetes Cluster.`

* [keycloak-kubernetes-authenticator](https://github.com/BJWRD/Kubernetes/keycloak-kubernetes-authenticator) `Keycloak Cluster deployed to Kubernetes.`

* [helm-wordpress-example](https://github.com/BJWRD/Kubernetes/helm-wordpress-example) `The following project takes you through the steps required to deploy a Wordpress system via the Helm.`

* [kubernetes-ingress-controller](https://github.com/BJWRD/Kubernetes/kubernetes-ingress-controller) `Kubernetes deployment which routes traffic depending on the URL.`

* [kubernetes-simple-webapp](https://github.com/BJWRD/Kubernetes/kubernetes-simple-webapp) `A simple web application using K8s, Nginx, HTML and NodePort as a service.`

Feel free to explore each deployment's directory for detailed instructions on how to set up and manage the Kubernetes resources. Each deployment comes with its own README file that provides step-by-step guidance.

## License
This repository is licensed under the MIT License. Feel free to use the examples provided here for educational use.

Happy Kubernetes deployment exploration! If you have any questions or need assistance, please don't hesitate to reach out.