Coder Social home page Coder Social logo

gitlab-pixie-cloud-project's Introduction

Pixie-cloud

This is the sample Gitlab project to deploy Pixie Cloud to a k8s cluster using the official Helm terraform provider.

Usage

This is a Gitlab project with a sample CI/CD configuration which can be run as a Gitlab CI/CD project. It uses Terraform, and basically can be run as an ordinary terraform project:

$ cd ./deployment/local
$ terraform init
$ terraform plan
$ terraform apply

There are several variables to configure:

Variable Type Default Comment
config_path string ~/.kube/config kubeconfig path
pixie_cloud_ns string plc namespace to deploy chart to
domain_name string dev.withpixie.dev Pixie Cloud domain name
stan_storage_class string "" *STAN persistent volume storage class (if ommited, "standard" will be used)
cloud_components_node_selector object{label, value} null node selector for Pixie Cloud components
cloud_components_tolerations list(object{effect, key, value}) null tolerations for Pixie Cloud components
postgresql_storage_class string "" PostgreSQL persistent volume storage class (if ommited, "standard" will be used)
postgresql_node_selector object{label, value} null node selector for PostgreSQL deployed with dependent chart
postgresql_tolerations list(object{effect, key, value}) null tolerations for PostgreSQL deployed with dependent chart
elasticsearch_storage_class string "" Elasticsearch persistent volume storage class (if ommited, "standard" will be used)
elasticsearch_node_selector object{label= string, value = string} null node selector for Elasticsearch DB deployed with dependent chart
elasticsearch_tolerations list(object({effect = string, key = string, value = string})) null tolerations for Elasticsearch DB deployed with dependent chart

*NATS/STAN: The Cloud's message bus system for distributing messages between services in Pixie Clouds. STAN is addtionally used for any messages that may need persistence.

Helm chart used by this project installs non-HA versions of Elasticsearch and PostgreSQL by default using helm dependencies.

gitlab-pixie-cloud-project's People

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.