@@ -23,7 +23,7 @@ When a cloud is built from virtual resources (e.g., VMs instantiated
2323on a commercial cloud) the "rack and connect" step is carried out by a
2424sequence of API calls rather than a hands-on technician. Of course,
2525we want to automate the sequence of calls needed to activate virtual
26- infrastructure, which has inspired an approach know as
26+ infrastructure, which has inspired an approach known as
2727*Infrastructure-as-Code *, a special case of the
2828*Configuration-as-Code * concept introduced in Chapter 2. The general
2929idea is to document, in a declarative format that can be "executed",
@@ -125,7 +125,7 @@ is NetBox. It supports IP address management (IPAM); inventory-related
125125information about types of devices and where they are installed; how
126126infrastructure is organized (racked) by group and site; and how
127127devices are connected to consoles, networks, and power sources. More
128- information is readily available on the NetBox web site:
128+ information is readily available on the NetBox web site.
129129
130130.. _reading_netbox :
131131.. admonition :: Further Reading
@@ -217,7 +217,7 @@ purposes:
217217There are other edge prefixes used by Kubernetes, but they do not need
218218to be created in NetBox. Note that ``qsfp0 `` and ``qsfp1 `` in this
219219example denote transceiver ports connecting the switching fabric,
220- where *QSFP * stand for Quad (4-channel) Small Form-factor Pluggable.
220+ where *QSFP * stands for Quad (4-channel) Small Form-factor Pluggable.
221221
222222With this site-wide information recorded, the next step is to install
223223and document each *Device *. This includes entering a ``<devname> ``,
@@ -403,7 +403,7 @@ paired with Netplan to configure kernel-level details, there is also
403403an Ansible playbook that installs Docker on each compute server and
404404fabric switch, and then launches a Docker container running a
405405"finalize" image. This image makes calls into the next layer of the
406- provisioning stack, effectively signalling that the cluster is running and
406+ provisioning stack, effectively signaling that the cluster is running and
407407ready for further instructions. We are now ready to describe that next
408408layer of the stack.
409409
@@ -496,7 +496,7 @@ physical machine, but using virtualization mechanisms like KVM and
496496Proxmox. There is no need for a full-fledged IaaS mechanism, such as
497497OpenStack. These VMs would then be recorded as first-class cloud
498498resource in NetBox and the other tools described in this section, no
499- different than a physical machine.
499+ different from a physical machine.
500500
501501The unanswered question is why one might decide to do that,
502502considering that Kubernetes already allows us to deploy multiple
0 commit comments