In this cloud native 5-day bootcamp, students will quickly learn the core skills they need to develop high performance, secure containerized applications and orchestrate them on Kubernetes before deep diving into advanced techniques for streamlining the container development process, instrumenting containers for production systems, and building fully containerized continuous integration pipelines. This bundle is meant to accelerate the containerization journey for developers and devops teams, by helping them take full advantage of all the opportunities containerization offers.
Content
- Usecases
- Comparison to virtual machines
- Container implementation from the Linux kernel
- Container lifecycle details
- Core container creation, auditing and management CLI
- Layered filesystem implementation and performance implications
- Creating images with Dockerfiles
- Optimising image builds with multi-stage builds and image design best practices
- Docker native networking model
- Software defined networks for containers
- Docker-native single-host service discovery and routing
- Docker volume creation and management
- Best practices and usecases for container-external storage.
- Rapid development with code mounts and automatic reloading
- Attaching debuggers to containerized processes
- Installing Kubernetes development environments
- Optimizing image design to take advantage of the container lifecycle
- Runtime operations to avoid or mitigate
- Implementing logging, resource management and healthchecks for containers
- Handling container exit
- Introduction to developer-driven operational control
- Migrating preexisting applications from VMs to containers
- Refactoring applications for microservices
- Hybrid applications (containerized + uncontainerized)
- Implementing container healthchecks with Kubernetes
- Integrating Prometheus monitoring with Kube applications
- Differences between traditional and containerized continuous integration
- Tooling choices for CI chain components
- Recommended CI chain architecture
- Designing access control patterns for CI agents
- Installing and integrating Jenkins with Kubernetes
- Implementing build environments
- Designing reusable image hierarchies
- Unit and integration testing in containers
- Testing pipeline design
- Integrating security scanning in a testing pipeline
- Signing images with content trust
- Packaging applications with Helm