Giter VIP home page Giter VIP logo

jenkinsxonkubernetescluster's Introduction

JenkinsXonKubernetesCluster

How to setup JenkinsX on Kubernetes Cluster.

VM provisioning with Vagrant scripts..

Use the Vagrantfile to setup the vms for kubernetes cluster.
use the below command to download the necessary files for VM provisioning. vagrant up

Important Note.
once the master VM is provisioning, copy the kubeadm join command to used on the 2 worker nodes.

For eg.
sudo kubeadm join 192.168.11.10:6443 --token 8idmxj.6mw9anrvh7dd4d5r \
--discovery-token-ca-cert-hash sha256:f82e0b81c335caa14799ea7011c8295027ae2bff4cc2ff4a97b65107740ec7e4

Configuring the NON-Root User profile for Kubernetes Cluster in MASTER VM.

Execute the bellow CMD..
sudo mkdir -p ~/.kube && sudo cp -i /etc/kubernetes/admin.conf ~/.kube/config \
&& sudo chown -R $(id -u):$(id -g) ~/.kube

jenkinsxonkubernetescluster's People

Contributors

sanjibbehera avatar

Watchers

James Cloos avatar  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.