GithubHelp home page GithubHelp logo

Deploy Helm Apps about gitkube HOT 2 OPEN

hasura avatar hasura commented on May 22, 2024
Deploy Helm Apps

from gitkube.

Comments (2)

marcellodesales avatar marcellodesales commented on May 22, 2024 2

@0x777 So, kubeapps offers a way to deploy a Helm Application from a given Helm Chart Registry. Given that and your workflow, what I was thinking is that we could do the following:

git push remote branch

Still should guarantee what gitkube does already, but for Helm Apps, as follows:

  1. Identify if there's a Helm Spec
  2. Compute the actual URL of the application based on the Cluster Config + External DNS name
  • Through external dns, we get the endpoint for the cluster Cluster DNS cluster.name.com
  • With the helm settings ingress.host, we can compute the URL myapp.cluster.name.com
  1. Push the committed application to the associated Helm Chart Registry under the SHA version associated with the commit
  • Pushes to the registry with a known URL for installation
  • Add extra metadata for the branch, tag, etc
  • Final url for the app could be either myapp.cluster.name.com, for master branch, or SHA.myapp.cluster.name.com for the SHA, develop.myapp.cluster.name.com for the develop branch, etc.
  • The mapping for a gitflow mechanism should be provided in a metadata file like gitkube.yml
  1. Execute the helm install with the URL for installation above

from gitkube.

0x777 avatar 0x777 commented on May 22, 2024

Currently, gitkube simplifies this workflow

docker build -t ...
docker push ...
kubectl set-image ... 

with

git push remote master

What is your current workflow with a kubeapps application and how do you like to see it automated?

from gitkube.

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.