Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

These services help make it easier to manage your applications environment in Kubernetes

License

Notifications You must be signed in to change notification settings

parsable/kubernetes-common-services-old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kubernetes-common-services

These services help make it easier to manage your applications environment in Kubernetes.

When running your application in Kubernetes, you often add various open source applications to your cluster to help you do stuff such as automatically getting Let's Encrypt certificates for your HTTPS endpoints and automatically renewing them, automatically syncing DNS entries that you have on an ingress to your DNS provider, monitoring and alerting for your cluster, and many more items.

These are services are super fantastic and works really well but it takes time to set them up, integrate it into your cluster and then over the lifetime of it, you have to revisit each one to update them. This is all undifferentiated heavy lifting that you shouldn't have to do.

This project maintains all of these open source applications for you so you don't have to do it.

ManagedKube Kubernetes Common Services

Table of Content

Table of contents generated with markdown-toc

Supported Services

If you don't see a service that you want to use but want us to support it, please open an issue in this project and let us know!

How this works

We are leveraging Weaveworks Flux to provide us with the GitOps workflow.

Weaveworks flux operator

What this project provides

There is no magic here. Everything in here you can do and everything we use is absolutely 100% open source. The value add this project provides is an opinionated way of deploying these items and the curration of each service. We put in the work to make sure everything is structured correctly, updated in a timely manor, and reasonably easy to use. The other major piece is that we validate that these pieces are working in various types of Kubernetes clusters and cloud.

How to set this up

Copy the items from this repository to your repository

To use these items, you need to copy the folder <repo root>/kubernetes to the root of your repository. It has to be at the root of your repository because all of the paths are pointing from that fixed location. You can change the location but then you will have to change various paths in the deployment files to point to the correct location.

You don't need to enable everything. Only copy the services that you want to deploy out.

Install the Flux Operators

There are detailed instructions on how to do this here.

Deploy items into your Kubernetes cluster

There are detailed instructions on how to do this here.

Community

About

These services help make it easier to manage your applications environment in Kubernetes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 53.2%
  • Go 29.2%
  • Smarty 17.6%