Code Monkey home page Code Monkey logo

helm-microservice's Introduction

A Helm Chart To Deploy (Almost) All Your Services

License version

Overview

This helm chart provides a solution for everyone who wants to deploy their applications on Kubernetes. It is designed to make the deployment and management of your stateful and stateless services as seamless and efficient as possible. It can be used with helm, helmfile, GitOps and any other helm related tools.

Features

  • Easy installation and configuration
  • Customizable settings to fit your specific needs using ConfigMaps and environment variables
  • Supports both StatefulSet and Deployment in Kubernetes
  • Manage workload scheduling using node selectors, tolerations and affinities
  • Define ingress resources and services that expose your application
  • And much more!

Prerequisites

  • Kubernetes cluster 1.10+
  • Helm 3.0.0+

Installation

First add the helm repo:

helm repo add app https://aahemm.github.io/helm-microservice
helm repo update

Then you need to write a values file to deploy your specific application. For configurations options, please see the values.yaml file. This file lists the configurable parameters of the chart and the default values. It also provides some hints on how to use them.

After configuring the desired values in values.yaml file, install the helm chart with a release name my-release:

helm install my-release app/app --values ./values.yaml

To uninstall/delete the my-release deployment:

helm uninstall my-release

Documentation

For more information on how to use this helm chart, refer to docs or examples.

Contributing

We welcome and appreciate contributions from the community. If you have any ideas, suggestions, or improvements, feel free to open an issue or submit a pull request.

License

Thid project is licensed under Apache License 2.0. See the LICENSE for details.

Thank you for choosing this helm chart! I hope it helps you in deploying and managing your services effectively.

helm-microservice's People

Contributors

alexnuttinck avatar aahemm avatar terence-bigtt avatar fgeorgatos avatar nico-salamone 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.