GithubHelp home page GithubHelp logo

aks-deploy's Introduction

Getting Started

Helm commands

install / upgrade release

helm upgrade --install aks-deploy helm-aks-deploy/ --set image.tag=0.2.1 --namespace demo-namespace --create-namespace --wait

uninstall release

helm uninstall aks-deploy --namespace demo-namespace

check past history of releases

helm history aks-deploy --namespace demo-namespace
helm list --all-namespaces

rollback to old releases

helm rollback aks-deploy --namespace demo-namespace

verify deployment

kubectl rollout status deployment/demo -n demo-namespace

build jar

./gradlew build

build and tag

sudo docker build -t ghcr.io/vishalmamidi/demo --build-arg DESCRIPTION=vishal .
sudo docker inspect ghcr.io/vishalmamidi/demo

push tagged container image

sudo docker push ghcr.io/vishalmamidi/demo

run container image

sudo docker run -p 8080:8080 vishalmamidi/demo

check and stop container

sudo docker stop $(sudo docker ps -q --filter ancestor=vishalmamidi/demo-rest )

or if you know container id

sudo docker stop <container-id>

if using self - hosted runners do this https://docs.docker.com/engine/install/linux-postinstall/

aks-deploy's People

Contributors

vishalmamidi avatar vishalmamidi1 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.