Skip to content

An example of a kubernetes cluster appropriate for a startup company

Notifications You must be signed in to change notification settings

davidsells/kube-microcosm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kube-microcosm

A cluster that represents how a small start-up might be successful using a single Kubernetes cluster.

GitOps, Service-Mesh and observability techniques all out of the box.

Up and running within 5 minutes...

Showcase

Showcasing the following projects within this cluster...

Requirements

  • step
  • helm
  • kubectl

Installation

  1. Ensure an existing kubernetes cluster config is active
  2. Run the following ( With your variables):
SLACK_FALCO_WEBHOOK_URL="https://foo" \
SLACK_PROMETHEUS_WEBHOOK_URL="https://bar" \
SLACK_PROMETHEUS_CHANNEL=alerts DOMAIN=jonesax.dev \
make install

About

An example of a kubernetes cluster appropriate for a startup company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 97.9%
  • Shell 2.1%