From the course: Kubernetes and Cloud Native Associate (KCNA) Cert Prep

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Cloud native components

Cloud native components

- In this video, I would like to talk about the different cloud native components that we've identified in a previous drawing. So cloud native itself is a solution that allows organizations to run scalable applications in the cloud. To do so, it uses containers, service measures, microservices, and immutable infrastructure and declarative APIs. In cloud native, decoupled applications are used, meaning that the application should not have a direct relation to the server on which it's running. Decoupled applications are also generic, and they have no site-specific information, so you can run the application code in any cloud. That's the idea. And by applying automation changes can be implemented frequently with minimal impact. And this is normally implemented using DevOps and GitOps procedures. Declarative APIs allow cloud native computing systems to be used as desired state systems, where the desired state can be defined as configuration as code and pushed to the cloud. So there is a…

Contents