Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.22 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.22 KB

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.