Git Product home page Git Product logo

k8s-gitops-workshop's Introduction

k8s-gitops-workshop

Tools

  • argocd
  • aws
  • kubectl
  • kubeseal
  • kube-secret-encode
  • kustomize
  • pulumi

argocd CLI

brew install argocd

aws CLI

brew install awscli

kubectl

brew install kubectl

kubeseal

brew install kubeseal

kube-secret-encode

Note: Ensure you have ~/go/bin in your $PATH. If you don't, run echo "export PATH=\"\$GOPATH/bin:\$PATH\"" >> ~/.bashrc.

curl https://raw.githubusercontent.com/WhatTheFar/kube-secret-encode/master/install.sh | bash -s -- -b ~/go/bin

kustomize

brew install kustomize

pulumi CLI

brew install pulumi

https://www.pulumi.com/docs/get-started/install/

Install node packages

npm install

Pulumi Login

pulumi login --local




For Windows users

https://ap-northeast-1.console.aws.amazon.com/cloud9/home/product

argocd CLI

Follow https://argoproj.github.io/argo-cd/cli_installation/ for installation

sudo curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/download/$VERSION/argocd-linux-amd64
sudo chmod +x /usr/local/bin/argocd
argocd version

aws CLI

No need installation. Cloud9 already provide AWS cli itself

kubectl

Follow https://kubernetes.io/docs/tasks/tools/install-kubectl/ for installation

sudo curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
sudo chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
kubectl version --client

kubeseal

Follow https://github.com/bitnami-labs/sealed-secrets/releases for installation

sudo wget https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.13.1/kubeseal-linux-amd64 -O kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubeseal
kubeseal --version

kube-secret-encode

Note: Ensure you have ~/go/bin in your $PATH. If you don't, run echo "export PATH=\"\$GOPATH/bin:\$PATH\"" >> ~/.bashrc.

sudo curl https://raw.githubusercontent.com/WhatTheFar/kube-secret-encode/master/install.sh | bash -s -- -b ~/go/bin

kustomize

Follow https://kubectl.docs.kubernetes.io/installation/kustomize/binaries/ for installation

sudo curl -s "https://raw.githubusercontent.com/\
kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"  | bash
sudo install -m 755 kustomize /usr/local/bin/kustomize
kustomize version

pulumi CLI

Follow https://www.pulumi.com/docs/get-started/install/ and select Linux tab for installation

sudo curl -fsSL https://get.pulumi.com | sh

restart your terminal
pulumi version

Install node packages

npm install

Troubleshooting

If pulumi up throws

    error: no resource plugin 'kubernetes' found in the workspace or on your $PATH

You have to install pulumi's kubernetes pluing manually:

pulumi plugin install kubernetes 2.7.4

k8s-gitops-workshop's People

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.