Skip to content

noosenergy/noos-kube-logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

Noos Kube Logs

Logs monitoring boilerplate for the Noos platform.

This project regroups quite a few ideas gathered along blogs, threads, repositories and other documentations. To give back to the community, Noos Energy open-sourced the deployment of such a service to help other developpers to jump-start building their cloud-native infrastructure.

Quickstart

Kubernetes and Helm installation

On Mac OSX, make sure Homebrew has been pre-configured, then install Kubernetes and Helm CLI,

$ brew install awscli kubectl helm

Local development

The development workflows of this project can be managed by noos-invoke, a ready-made CLI for common CI/CD tasks.

~$ noosinv
Usage: noosinv [--core-opts] <subcommand> [--subcommand-opts]

...

Subcommands:
  docker.build       Build Docker image locally.
  helm.lint          Check compliance of Helm charts / values.
  helm.test          Test local deployment in Minikube.
  local.dotenv       Create local dotenv file.

Releases

No releases published

Packages

No packages published