Giter VIP home page Giter VIP logo

sre-week-four's Introduction

Helm Guide

  • You can run the command below to get the list of all Helm releases in your cluster and their release numbers

    helm list -a -n sre
    
  • Run the command below to get a historical overview of the Upcommerce release

    helm history upcommerce -n sre
    
  • When you have gotten the release numbers, you can rollback to the stable release using the command below (replace <release_number> with the actual number of the release you want to roll back to):

    helm rollback upcommerce <release_number> -n sre
    
  • To confirm that things have been rolled back, please run any one of the commands below:

    helm list -a -n sre
    helm history upcommerce -n sre
    
  • Here are some other commands that you can use to better understand and explore your Helm deployment:

    helm ls -n sre    # List all releases (deployments).
    helm status upcommerce -n sre   # Get detailed information about a specific release.
    helm uninstall upcommerce -n sre  # Uninstall a release.
    helm history upcommerce -n sre  # View the revision history of a release.
    helm show values ./upcommerce -n sre  # Display default values from the chart.
    helm show readme ./upcommerce -n sre  # Show the chart’s README.
    helm lint ./upcommerce -n sre  # Check your chart for issues.
    helm template upcommerce ./upcommerce -n sre  # Render templates without installing.
    

sre-week-four's People

Contributors

onyekaugochukwu avatar mhmtsvr 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.