Changes between Version 3 and Version 4 of K8sFutures2019
- Timestamp:
- 02/06/19 15:15:46 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
K8sFutures2019
v3 v4 9 9 In the past two years, the Kubernetes system [0], originally from Google engineering and implemented in Golang, has moved to the forefront of container-driven workflows in industry. RedHat and others had been involved with Kubernetes, and also other container systems, but K8s as it is called for short, has momentum and with it, engineering resources. It is safe to say that it is a hard problem to accomplish well, and there is little to be gained by re-inventing these kinds of plumbing-level compute mechanisms. 10 10 11 Overview of Current Systems - Creating Containers 11 **Overview of Current Systems - Creating Containers** 12 12 13 13 Three parts to a container system workflow: … … 23 23 24 24 25 Industry or others may choose to run one or more of these processes behind firewalls privately. From a security perspective, role-based editing and access to content, and an internal audit-trail give greater control of the process. 26 27 Outside of the firewall, an ecosystem can develop "trusted" sources of components and containers, with varying degrees of formality. The Debian project is an example of a well-established trust source. Other dot-orgs can choose their participation level in the trust chain, with an associated responsibility to monitor the operations and results. In the field attacks, particularly in Windows system but also Linux and others, have shown that inserting attack code into a high-profile project is an effective attack vector. 28 29 30 25 31 [0] https://en.wikipedia.org/wiki/Kubernetes 26 32