Minikube Overview
Minikube Overview
Local Environment Minikube Overview
This site covers everything for our Repo [local-environment-minikube]
Goal of this Project is, to run a single script and everything is ready to use.
Infrastructure
Using the installInfrastructure.sh
script.
- add needed repos
- install
- cert-manager (certificate controller)
- prometheus-stack (monitoring system)
- redpanda-operator (streaming data platform, our kafka replace)
- rabbitmq (message broker)
- kafka-rabbitmq-connector
- install
one-node-cluster.yml
on redpanda (config for redpanda)
THIS SHOULD ONLY EDIT BY DEVOPS TEAM
First Build Cluster
Using the firstBuildCluster.sh
script.
- install automate
installInfrastructure.sh
- install chosen core service
- game
- map
- robot
- trading
- gamelog
- allow config for private (insecure) registry
THIS SHOULD ONLY EDIT BY DEVOPS TEAM
Refer our [First Build Cluster]
Core Service Interaction
Using the core-service-interaction.sh
script.
The interaction for install, update and delete the core-services
- game
- map
- robot
- trading
- gamelog
Refer our [Core Service Interaction]
Delete Cluster
Using the deleteCluster.sh
script.
This stop the Custer and delete everything
Run ./deleteCluster.sh
Last modified February 4, 2025: fix go & npm dependencies (8ff1fa0)