Skip to content

TimMartinRiG147/ultimate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ultimate

I had to run everything locally using kind (https://kind.sigs.k8s.io/)

You can find the cluster configuration under ./kubernetes/cluster

To create the cluster:

  • 'kind create cluster --config ./kubernetes/cluster/cluster.yaml'

To deploy application and k8s reources:

  • build docker images located in './docker/app' and ./docker/db'
  • 'bash kubernetes/app/deploy.sh'

To deploy prometheus and elastic search:

  • 'bash kubernetes/prometheus/deploy.sh'
  • 'bash kubernetes/elasticsearch/deploy.sh'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published