From the course: Certificate of Cloud Security Knowledge (CCSK) Cert Prep
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Securing containers
From the course: Certificate of Cloud Security Knowledge (CCSK) Cert Prep
Securing containers
- [Instructor] Let's get into securing containers. Container images are small, form factor software units that package code with all its dependencies, including runtime, system tools, libraries, and settings. When container images are running, they are containers, whereas the VM depends on hypervisors, containers share an operating system kernel and are meant to be stateless or immutable. A new container should be built and run when an update is needed. This is the idea of immutability. If your organization is still building applications or virtual machines, it should review why, is it actually necessary? Why aren't you utilizing containers? Examining a sample of features and benefits can help determine when and why you would still need to utilize virtual machines for application development. Container orchestration is crucial for managing containers effectively. The orchestrator automates application deployment, scaling, and cluster management. The most popular container orchestrator…