Giter Club home page Giter Club logo

gke-toolbox's Introduction

GKE Toolbox

Introduction

The GKE Toolbox is a Helm chart that installs and configures useful tools into your Container Engine Clusters

Tools

Enabled by Default

  • Prometheus (chart) -> Kubernetes native monitoring and alerting of your nodes, pods, services, and controller states
  • Grafana (chart) -> Flexible Dashboards for Kubernetes
  • Nginx Ingress (chart) -> Allows you to use Nginx as an ingress controller which can be more flexible than the Google HTTP(S) load balancer

Disabled by Default

  • Kube Lego (chart) -> Automatically get TLS certificates for your ingresses
  • External DNS -> Map your service and ingress IPs to DNS records in Cloud DNS
  • Istio (chart) -> Kubernetes native service mesh
  • Spinnaker (chart) -> Continuous Delivery solution for Kubernetes workloads
  • Gitlab (chart) -> Source code management and continuous integration/delivery system

Prerequisites

  1. Credentials to a Container Engine cluster with at least 3 cores and 8GB or RAM
  2. For external-dns, a cluster with the following scope enabled at creation: https://www.googleapis.com/auth/ndev.clouddns.readwrite
  3. For Istio tracing to work you must have the following scope enabled: https://www.googleapis.com/auth/trace.append

For example:

$ gcloud container clusters create tb-test --scopes https://www.googleapis.com/auth/ndev.clouddns.readwrite,https://www.
googleapis.com/auth/trace.append

Getting Started

  1. Clone this repository

     git clone https://github.com/viglesiasce/gke-toolbox
    
  2. Change directories to the repo

     cd gke-toolbox
    
  3. Install Helm

  4. Initialize Helm

     helm init
    
  5. Add repositories that we depend on:

     helm repo add gke-tb.incubator https://kubernetes-charts-incubator.storage.googleapis.com/
     helm repo add coreos https://s3-eu-west-1.amazonaws.com/coreos-charts/stable/
    
  6. Download dependent charts

     helm dep build
    
  7. Install the chart:

     helm install -n toolbox .
    
  8. To complete the configuration and installation of Istio and Prometheus, run:

     helm upgrade toolbox . --reuse-values --set istio.istio.install=true --set prometheus.enabled=true
    

gke-toolbox's People

Contributors

viglesiasce avatar danisla avatar

Watchers

James Cloos 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.