Giter Club home page Giter Club logo

Comments (5)

pramsey avatar pramsey commented on July 30, 2024

I don't know what a helm chart is, so...?

from pg_tileserv.

driekus77 avatar driekus77 commented on July 30, 2024

More info at https://helm.sh/

Its easy to install and uninstall multiple kubernetes entities. Sort of a layer over kubernetes its own yaml.

from pg_tileserv.

driekus77 avatar driekus77 commented on July 30, 2024

Currently I have this setup:

.
├── Chart.yaml
├── install.sh
├── templates
│   ├── _helpers.tpl
│   ├── configmap.yaml
│   ├── ingress.yaml
│   ├── pods.yaml
│   ├── secrets.yaml
│   └── service.yaml
└── values.yaml

The install.sh is optional the rest is mandatory more or less.

pg_tileserv can be deployed using this command:

helm install  --create-namespace --namespace=tileserv  pgtileserv .

And an uninstall is done through this command:

helm uninstall --namespace=tileserv pgtileserv 

The values.yaml file contains all user specific settings like db password etc.

The pod.yaml uses the latest docker image of pg_tileserv.

from pg_tileserv.

driekus77 avatar driekus77 commented on July 30, 2024

Nicest thing is install can also be done remote. This means the Chart.yaml files need to be served somewhere.

This can be a public location independed of CrunchyData like:

Or you create a CrunchyData helm chart git repo that serves multi helm charts for e.g. pg_tileserv or pg_featureserv?
Example: https://github.com/kartoza/charts/tree/develop/charts

Or you create a charts folder in your git repo per product.

from pg_tileserv.

driekus77 avatar driekus77 commented on July 30, 2024

In your postgresoperator repo I found kustomize files:
https://www.kubecost.com/kubernetes-devops-tools/kustomize-vs-helm/

So helm can be used as alternative and/or add-on for kustomize...

from pg_tileserv.

Related Issues (20)

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.