8000 GitHub - ezean21/monitoring
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ezean21/monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A mini monitoring system

A mini monitoring system for an S3 bucket with kubernetes

Quick Start

# Ensure minikue is running as well
minikube status

# Ensure helm v3 is installed as well :)
# Reference -> https://helm.sh/docs/intro/install/
brew install helm
 
# Build
eval $(minikube docker-env)
./docker_build.sh <TAG> 
# TAG is the image tag we want to set 

# Deploy
cd helm
./deploy <TAG>
# where TAG is the same we use in the build image stage
# Note: you can add --debug --dry-run to debug/dry-run

Enjoy :-)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0