Skip to content

dawiddc/sample-k8s-ecosystem

Repository files navigation

Sample Kubernetes Ecosystem

This is a sample Kubernetes cluster created as a playground for fiddling with code

Getting Started


Kubernetes

Requirements

Please note that this repository was developed and tested against Docker Desktop and its embedded k8s.

Getting started

  • First, build the images of services required to start the cluster (described in nested README files)

  • To run the cluster locally on k8s just run below deploy script:

./deploy-cluster.sh
  • To remove whole cluster namespace, run below script:
./teardown-cluster.sh

Pull requests are welcome.

About

Sample k8s cluster for local code playground

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published