From the course: Kubernetes: Native Tools (2018)

Unlock the full course today

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

Searching, sorting, and filtering applications

Searching, sorting, and filtering applications - Kubernetes Tutorial

From the course: Kubernetes: Native Tools (2018)

Start my 1-month free trial

Searching, sorting, and filtering applications

- So let's take a quick look at our namespaces and our applications in the namespace. Kubectl get pods. Namespaces are something that you as the developer or architect define, and you can organize your infrastructure however you want. In this scenario, I've broken up the application or our infrastructure in terms of teams. So there's an odd team that has odd style applications, for example. There's a cart team that's deployed their cart applications in the cart namespace, catalog, etcetera. We notice in this case we've created specific apps called cart catalog-dev, catalog-production, catalog-staging, etcetera and etcetera. You could also just have three different kinds of namespaces that deploy your apps in terms of dev, staging, production, etcetera based on what kind of tiers you have in your architecture. But the choice is really yours. So you can define how you want your architecture to look like in kubenetes. Namespace is an option that gives you that flexibility in creating…

Contents