Hands-On Linux for Architects by Denis Salamanca
Author:Denis Salamanca
Language: eng
Format: epub
Tags: COM046070 - COMPUTERS / Operating Systems / Linux, COM088010 - COMPUTERS / System Administration / Linux and UNIX Administration, COM011000 - COMPUTERS / Systems Architecture / General
Publisher: Packt Publishing
Published: 2019-04-27T11:02:33+00:00
for i in 1 2 3; do
az vm create -n kube-controller-${i} \
--admin-username <USERNAME> \
--availability-set control-plane \
--size Standard_B2s \
--image CentOS \
--vnet-name kube-node-vnet \
--subnet node-subnet \
--private-ip-address 192.168.0.1${i} \
--public-ip-address "" \
--nsg kube-nsg \
--ssh-key-value ${MGMT_KEY};
done
The sizes that we are using on these VMs are small because this is only a test environment, and we will not really require a lot of compute resources. In a real environment, we would size the VMs based on the considerations that we explored in the Chapter 8, Architecting a Kubernetes Cluster.
Last but not least, we create our worker nodes using the following command:
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Disaster & Recovery | Email Administration |
Linux & UNIX Administration | Storage & Retrieval |
Windows Administration |
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7739)
Grails in Action by Glen Smith Peter Ledbrook(7661)
Configuring Windows Server Hybrid Advanced Services Exam Ref AZ-801 by Chris Gill(6230)
Azure Containers Explained by Wesley Haakman & Richard Hooper(6193)
Running Windows Containers on AWS by Marcio Morales(5712)
Kotlin in Action by Dmitry Jemerov(5013)
Microsoft 365 Identity and Services Exam Guide MS-100 by Aaron Guilmette(4729)
Management Strategies for the Cloud Revolution: How Cloud Computing Is Transforming Business and Why You Can't Afford to Be Left Behind by Charles Babcock(4389)
Combating Crime on the Dark Web by Nearchos Nearchou(4317)
Microsoft Cybersecurity Architect Exam Ref SC-100 by Dwayne Natwick(3982)
The Ruby Workshop by Akshat Paul Peter Philips Dániel Szabó and Cheyne Wallace(3979)
The Age of Surveillance Capitalism by Shoshana Zuboff(3906)
Python for Security and Networking - Third Edition by José Manuel Ortega(3540)
Learn Windows PowerShell in a Month of Lunches by Don Jones(3485)
Mastering Python for Networking and Security by José Manuel Ortega(3315)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3305)
Blockchain Basics by Daniel Drescher(3267)
The Ultimate Docker Container Book by Schenker Gabriel N.;(3220)
TCP IP by Todd Lammle(2954)
