Install Install by running a single Docker container For development and testing environments High Availability (HA) Install Install in a Kubernetes cluster For production environments
Install Install by running a single Docker container For development and testing environments High Availability (HA) Install Install in a Kubernetes cluster For production environments
the VM Install Docker with the following command: $ curl https://releases.rancher.com/install-docker/18.09.sh | sh Install Rancher with the following command: $ sudo docker run -d --restart=unless-stopped -p 80:80 \ -p 443:443 rancher/rancher:v2.2.2
an another VM for node on Azure name: rancher-node image: Ubuntu Server 18.04 LTS OS-disk-type: Standard SSD auto-shutdown: off Add inbound port rules 22, 443
Create a new resource group for AKS rancher-aks-sample Create a service principal $ az ad sp create-for-rbac --skip-assignment -n sp-aks-sample appId: 03f94503-xxxx-xxxx-xxxx-xxxxxxxxxxxx displayName: sp-aks-sample name: http://sp-aks-sample password: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx tenant: 2bdec7af-xxxx-xxxx-xxxx-xxxxxxxxxxxx $ az role assignment create --assignee 03f94503-xxxx-xxxx-xxxx-xxxxxxxxxxxx \ --role Contributor --resource-group rancher-aks-sample
Good for cluster management Can deploy many applications on GUI Can start monitoring & logging on GUI Not a few things we have to know But useful to manage multi-clusters on different platforms