Giter Site home page Giter Site logo

n9e-helm's Introduction

Helm Chart for Nightingale

English | 中文

Introduction

This Helm chart installs Nightingale in a Kubernetes cluster. Welcome to contribute to Helm Chart for Nightingale.

This repository, including the issues, focus on deploying Nightingale chart via helm. So for the functionality issues or questions of Nightingale, please open issues on didi/nightingale

Prerequisites

  • Kubernetes cluster 1.20+
  • Helm v3.2.0+

Installation

Get Helm repository

git clone https://github.com/flashcatcloud/n9e-helm.git

Configure the chart

The following items can be set via --set flag during installation or configured by editing the values.yaml directly(need to download the chart first).

Configure the way how to expose nightingale service

  • Ingress: The ingress controller must be installed in the Kubernetes cluster.
  • ClusterIP: Exposes the service on a cluster-internal IP. Choosing this value makes the service only reachable from within the cluster.
  • NodePort: Exposes the service on each Node’s IP at a static port (the NodePort). You’ll be able to contact the NodePort service, from outside the cluster, by requesting NodeIP:NodePort.
  • LoadBalancer: Exposes the service externally using a cloud provider’s load balancer.

Configure the service over TLS

  • enabled: Enable TLS or not. Delete the ssl-redirect annotations in expose.ingress.annotations when TLS is disabled and expose.type is ingress.
  • certSource: The source of the TLS certificate. Set as auto, secret or none and fill the information in the corresponding section:
    • auto: generate the TLS certificate automatically
      • commonName: The common name used to generate the certificate, it's necessary when the type isn't ingress
    • secret: read the TLS certificate from the specified secret. The TLS certificate can be generated manually or by cert manager.
      • secretName: The name of secret which contains keys named:
        • tls.crt: the certificate
        • tls.key: the private key
    • none: configure no TLS certificate for the ingress. If the default TLS certificate is configured in the ingress controller, choose this option

Configure the external URL

The external URL for nightingale web service is used to visit web service of nightingale

Format: protocol://domain[:port]. Usually:

  • if expose the service via Ingress, the domain should be the value of expose.ingress.hosts.web
  • if expose the service via ClusterIP, the domain should be the value of expose.clusterIP.name
  • if expose the service via NodePort, the domain should be the IP address of one Kubernetes node
  • if expose the service via LoadBalancer, set the domain as your own domain name and add a CNAME record to map the domain name to the one you got from the cloud provider

NOTICE:

  • If nightingale is deployed behind the proxy, set it as the URL of proxy.
  • The default login user is root, default password is root.2020 .

Configure the way how to persistent data

  • Disable: The data does not survive the termination of a pod.
  • Persistent Volume Claim(default): A default StorageClass is needed in the Kubernetes cluster to dynamic provision the volumes. Specify another StorageClass in the storageClass or set existingClaim if you have already existing persistent volumes to use.

Install the chart

Install the nightingale helm chart with a release name nightingale:

helm install nightingale ./n9e-helm -n n9e --create-namespace

Uninstallation

To uninstall/delete the nightingale deployment:

helm uninstall  nightingale -n n9e

Contributing

n9e-helm's People

Contributors

kongfei605 avatar xiaoziv avatar laiwei avatar linkmaq avatar dyf991645 avatar shichanglin5 avatar duhao1027 avatar e421083458 avatar joker-bai avatar noovertime7 avatar dinghui40 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.