Jenkins X
Setting Up
Installing the jx Command Line Tool
jx Command Line Tool# MacOS
brew tap jenkins-x/jx
brew install jx
# Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v1.1.10/jx-linux-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/binDeploying Your Kubernetes Cluster
create cluster aks # Create a new kubernetes cluster on AKS: Runs on Azure
create cluster aws # Create a new kubernetes cluster on AWS with kops
create cluster gke # Create a new kubernetes cluster on GKE: Runs on Google Cloud
create cluster minikube # Create a new kubernetes cluster with minikube: Runs locallyLaunching Your Jenkins X Service
App Creation
Publishing Apps

Usual Commands
最后更新于