GithubHelp home page GithubHelp logo

k8s-cicd's Introduction

k8s-cicd

pre-requisites

List of tools to install

Install Docker and kubenetes

Only: Turn on Docker Desktop WSL 2

Link to installtion

In the Docker Desktop settings, go to Resources > WSL Integration and check the Enable integration with my default WSL distro option.

Enable Kubernetes in Docker Desktop

Install Helm

Link to installtion

curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
sudo apt-get install apt-transport-https --yes
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt-get update
sudo apt-get install helm

Install K9s (Optional)

Link to installtion

brew install k9s

Install Jenkins

Link to installtion

Add Jenkins Helm repository

helm repo add jenkins https://charts.jenkins.io

Download Jenkins Helm chart

helm pull jenkins/jenkins
tar -xvzf jenkins-<version>.tgz

Install Jenkins

helm upgrade --install jenkins ./ --values values.yaml -n jenkins

Check Jenkins pod

kubectl get pods -n jenkins

If running you can port forward to access Jenkins

kubectl port-forward svc/jenkins -n jenkins 8080:8080

k8s-cicd's People

Contributors

alexsherba29 avatar

Watchers

 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.