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
- Host: GitHub
- URL: https://github.com/bjwrd/kubernetes
- Owner: BJWRD
- License: mit
- Created: 2023-06-14T14:50:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T12:54:03.000Z (over 1 year ago)
- Last Synced: 2025-01-28T15:49:02.666Z (8 months ago)
- Topics: fleet, helm, keycloak, kubernetes, kubernetes-cluster, rancher
- Language: Mustache
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.