From the course: Securing Containers and Kubernetes Ecosystem

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Container deployment and orchestration lifecycle

Container deployment and orchestration lifecycle - Kubernetes Tutorial

From the course: Securing Containers and Kubernetes Ecosystem

Container deployment and orchestration lifecycle

- [Instructor] Modern practice for development, deployment and operations of software has come a long way. Let's bring it all together and see how building blocks of this ecosystem come together to move the code from the developers IDE to deployment with the minimal human touch. Developers write code and check in into a source code repository. In addition to writing homegrown proprietary code, they also use open source components and third party packages to build their business applications. Instead of going directly to third party repositories on the internet, developers retrieve these components why a trusted enterprise repository manager. This ensures that the vulnerable software components are not accidentally or intentionally downloaded and made part of their application. An automated continuous integration system, compiles the code and resolves dependencies, and stores any intermediate or final binary artifacts to a…

Contents