Giter Club home page Giter Club logo

argocd-everything's Introduction

ArgoCD with Istio and GKE

Pre-requisites

  • Clone the repo first

    git clone https://github.com/tiwarisanjay/argocd-istio-gke.git
    cd argocd-istio-gke
    
  • This is for your production setup. So get the Istio/ASM(Anthos Service Mesh) running in your GKE.

  • Create a argocd namespace as following for ASM as following

    kubectl create ns argocd
  • For ASM patch namesapce with following command.

    kubectl label namespace argocd istio.io/rev:<asm version> --overwrite
    
  • Create argocd namespace as following for istio

    kubectl label namespace argocd istio-injection=enabled --overwrite
  • Get the ingress running with following label. # This label is used inside our gateway-vs.yaml Change it at line 7-8 if you have different name.

    istio: ingressgateway
    
  • Get a DNS for your ingress load balancer IP and change the DNS in gateway file with following command (Mac). Change manually for windoes:

    dns=<your_dns>
    sed -ie "s/argocd.example.com/${dns}/g" overlays/gateway-vs.yaml

Install ArgoCD

  • Now Install argocd with following command and it will start your argocd.
    kubectl apply -k . 
  • As we have not setup login with sso it will be admin password. Use user as admin
  • Password you can get from secret
    kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo 
  • Login to ArgoCD server to upate password
    argocd login <ARGOCD_SERVER> # Just  the IP:PORT or DNS:PORT
    argocd account update-password

For ArgoCD OIDC integration

argocd-everything's People

Contributors

tiwarisanjay 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.