From the course: DevOps Foundations: Going Cloud Native

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Bringing the pieces together

Bringing the pieces together - Kubernetes Tutorial

From the course: DevOps Foundations: Going Cloud Native

Start my 1-month free trial

Bringing the pieces together

- [Narrator] We've covered a lot in this course, and you'd now have a clearer picture of all the different players, and various things you'll need to consider while going Cloud Native. If you're looking for a high level recipe for integrating all of this, I'd recommend the following strategy. It's a simple way to walk down the road, so to speak. First up, let's talk about the team. Get a feature team together, to develop microservices, or break apart a monolith that will run on Kubernetes. This can be a small, two pizza team. Allow the team to build a strategy for how to operate Kubernetes, and the applications on top of it, in a dev, staging, and production setting. It's essential to keep the environment similar, so that everyone understands that the same architecture is running, everywhere. Have the developers invest in continuous integration, to build and test their code, and also, to build and test their container images. This is painful at the start, but really useful as you go…

Contents