Content deleted Content added
Citation bot (talk | contribs) Alter: template type. Add: isbn, pages, volume, year, series, title, chapter, s2cid, date, authors 1-5. Removed parameters. Formatted dashes. Some additions/deletions were parameter name changes. | Use this bot. Report bugs. | Suggested by Chris Capoccia | #UCB_toolbar |
No edit summary |
||
Line 15:
*Because of common OS, security threats can affect the whole containerized system.
*In containerized environments, security scanners generally protect the OS but not the application containers, which adds unwanted vulnerability.
== Container management, orchestration, clustering ==
Container orchestration or container management is mostly used in the context of application containers. Implementations providing such an orchestration include [[kubernetes]] and [[docker (software)| docker swarm]].
== Container cluster management ==
Container cluster need to be managed. This includes functionality to create a cluster, to upgrade the software or repair it, balance the load between existing instances, scale by starting or stopping instances to adapt to the number of users, to log activities and monitor produced logs or the application itself by querying sensors.
== Further reading ==
|