Skip to Content
Hands-On Software Engineering with Golang
book

Hands-On Software Engineering with Golang

by Achilleas Anagnostopoulos
January 2020
Intermediate to advanced
640 pages
16h 56m
English
Packt Publishing
Content preview from Hands-On Software Engineering with Golang

Chapter 10

  1. Some of the benefits of containerization are as follows:
    • The same container image can run on a local development machine or a cloud instance
    • It is trivial to deploy a new version of a piece of software and perform a rollback if something goes wrong
    • It introduces an extra layer of security as applications are isolated from both the host and other applications
  1. Master nodes implement the control plane of a Kubernetes cluster. Worker nodes pool their resources (CPUs, memory, disks, GPUs, and so on) and execute the workloads that have been assigned to them by the master nodes.
  2. A regular Kubernetes service acts as a load balancer for distributing incoming traffic to a collection of pods. Regular services are reachable via the cluster ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Software Architecture with Golang

Hands-On Software Architecture with Golang

Jyotiswarup Raiturkar

Publisher Resources

ISBN: 9781838554491Supplemental Content