Skip to content

Kube-Deployments · A Repository Of Various Kubernetes Deployments Examples

License

Notifications You must be signed in to change notification settings

fahmyabdul/kube-deployments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Forks Stargazers


Logo

Kube-Deployments

Various Kubernetes Deployments Examples

Table of Contents
  1. About The Project
  2. Usage
  3. Reference
  4. Contributions

About The Project

This repository contains various examples of kubernetes deployments files. All of the examples has been tested using an on-premise Rancher's RKE2 cluster.

Usage

As I used Rancher's RKE2 distribution, you might need to change some of the deployments configuration in accordance to your prefered kubernetes distribution, for example the storage class for these deployments uses openebs storage class, you can let it be or change it to your own storage class. Also, the namespace are set to fahmy-system, you might want to change that to your own namespace.

Clone this repository:

git clone https://github.com/fahmyabdul/kube-deployments

Move to kube-deployments directory:

cd kube-deployments

To use the deployments file, execute the command below:

kubectl apply -f <deployment_filename>.yml

For example:

kubectl apply -f databases/mongo.yml

Reference

Kubernetes Rancher MongoDB Postgres Redis

Contributions

You're more than welcome to add more kubernetes deployments example to this repository as well as modifying the existing examples to be a better example. Lets add more examples to this repository to help us fellow kubernetes beginners to learn more about kubernetes deployments.

(back to top)

About

Kube-Deployments · A Repository Of Various Kubernetes Deployments Examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages