Evangelist Infrastructure Engineer Frontend Engineer Hobby1: Music,Live,FES !! Hobby2: Take a picture !! https://www.flickr.com/photos/cyberblack ISBN-10: 4798155373 ISBN-13: 978-4798155371 I wrote the Chapter 6 Rancher 2.0 part. Release on March 15, 2018 #rancherjp #kujiraya #deepcn
Kubernetes cluster operations and app management, as well as a migration path for users moving from Rancher’s Cattle orchestrator introduced in 1.x to Rancher Kubernetes. Summary • Latest - v2.1.0 - rancher/rancher:latest • Stable - v2.0.8 - rancher/rancher:stable Version
Rancher 1.6 to 2.1 In our October Rancher Meetup, we’ll discuss how to transition various aspects of Rancher 1.6 applications to Rancher 2.0. We’ll look at key terminology differences and parallels, how to implement important elements, and transition from Cattle Compose to YAML specs. Date: Tuesday, October 23rd, 2018 Time: 1:00 PM (US Eastern Time) https://info.rancher.com/2018-10-23-how-to-migrate-from-rancher1- to-rancher2
- Cluster and project owners can now set quotas on Kubernetes resources at the cluster and project level. • Rancher HA improvements - Administrators can now configure an HA setup with more than one Rancher server. This provides better redundancy and horizontal scalability. • Support for draining nodes [#14265] - Cluster owners can now drain nodes in order to perform maintenance or other disruptive tasks on them. • CI/CD pipeline UX improvements [#14282] - Users will find the CI/CD pipeline more intuitive, easier to use, and with more features. • Support for GitLab in CI pipelines [#12608] - Users can now configure Rancher Pipelines to integrate with GitLab. Details
authentication provider [#14730] - Administrators can now configure Keycloak as an authentication provider. • Support for EKS Platform Version 2 [#15487] - Version 2 is now used for all newly created EKS clusters. • Support for editing Helm values.yaml in Rancher catalogs [#13064] [#14844] - User can now achieve a higher degree of customization with Rancher catalog items by directly editing their Helm values.yaml file in the Rancher UI or by uploading a custom values.yaml file. • Created a tool to clean up Rancher installations on Kubernetes Clusters [#13505] - The system-tools utility removes all Rancher installation components installed on a Kubernetes cluster. Details
clusters - Administrators can now create EXPERIMENTAL Windows Kubernetes clusters. • EXPERIMENTAL support for Kubernetes 1.12 [#15872] - Users can now create EXPERIMENTAL Kubernetes 1.12 clusters. Details
Setting Value Name rancher-server Region asia-northeast1Tokyo Zone asia-northeast1-b Machine type vCPUx1 Boot disk Ubuntu 16.04 LTS Size(GB) 80GB Firewall Allow HTTP traffic, Allow HTTPS traffic We will use GCP (Google Cloud Platform). The firewall rule assumes full permission. 2.Install Docker $ curl https://releases.rancher.com/install-docker/17.03.2.sh | sh 3.Install Rancher v2.1.0 Server $ sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher
We will use GCP (Google Cloud Platform). The firewall rule assumes full permission. Item Setting Value Name master Region asia-northeast1Tokyo Zone asia-northeast1-b Machine type vCPUx1 Boot disk Ubuntu 16.04 LTS Size(GB) 80GB Firewall Allow HTTP traffic, Allow HTTPS traffic Item Setting Value Name node01 Region asia-northeast1Tokyo Zone asia-northeast1-b Machine type vCPUx1 Boot disk Ubuntu 16.04 LTS Size(GB) 80GB Firewall Allow HTTP traffic, Allow HTTPS traffic
on master, node 01 $ curl https://releases.rancher.com/install-docker/17.03.2.sh | sh Item Setting Value Name node02 Region asia-northeast1Tokyo Zone asia-northeast1-b Machine type vCPUx1 Boot disk Windows Server version 1803 Datacenter Core for Containers Size(GB) 80GB Firewall Allow HTTP traffic, Allow HTTPS traffic
"etcd" and "Control Plane" of "Node Role", press "Copy to Clipboard" button, execute that command at the master console, Press the button 3 1 2 4 Execute command at master's console
RDP for Google Cloud Platform" on Mac. 12. Resetting the RDP password of the node 02 at the GCP side Copy the password to the editor and so on. 3 4 1 2
at present. • Network is only Flannel at present. Consideration https://rancher.com/docs//rancher/v2.x/en/cluster-provisioning/rke- clusters/windows-clusters/ Configuring Custom Clusters for Windows (Experimental) Official Docs