Giter Club home page Giter Club logo

cnamsterdam2023's Introduction

CNAmsterdam2023

  1. Create a Firewall rule to open the firewall to access your cluster

  2. Set the project and region:

gcloud config set compute/zone us-central1-a
gcloud config set project cs-nonprod
  1. Create your cluster:
gcloud container clusters create kcd-colombia --num-nodes=1 --tags=allin,allout --machine-type=n1-standard-2 --no-enable-network-policy
  1. Install ArgoCD:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
  1. Install ArgoCD CLI:
brew install argocd
  1. Access ArgoCD installation:
kubectl port-forward svc/argocd-server -n argocd 8080:443

Open http://localhost:8080 in your browser

  1. Get the current password in a terminal
argocd admin initial-password -n argocd
  1. Update the password using the UI

  2. Create namespace for your Kubernetes deployments:

kubectl create namespace development 
  1. Create your ArgoCD Projects and Apps of Apps:
kubectl apply -f projects/
  1. Create your apps using the Github Action Called "Create App" in the URL https://github.com/sergioarmgpl/CNAmsterdam2023/actions

  2. Find your project and see how the application are created.

  3. Check for the new services created for the apps

kubectl get svc -n development
  1. Check for the new deployments created for the apps
kubectl get deploy -n development
  1. Access an application
kubectl port-forward svc/APPNAME-srv 5001:5000 -n development

cnamsterdam2023's People

Contributors

sergioarmgpl avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

camphul

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.