Feedback

Chat Icon

Cloud-Native Microservices With Kubernetes - 2nd Edition

A Comprehensive Guide to Building, Scaling, Deploying, Observing, and Managing Highly-Available Microservices in Kubernetes

Deploying Stateless Microservices: Introduction
20%

Creating a Namespace

We are going to deploy our application in a dedicated Namespace. Let's create it:

cat < kubernetes/namespace.yaml
apiVersion: v1
kind: Namespace
metadata:
  name: stateless-flask

Cloud-Native Microservices With Kubernetes - 2nd Edition

A Comprehensive Guide to Building, Scaling, Deploying, Observing, and Managing Highly-Available Microservices in Kubernetes

Enroll now to unlock all content and receive all future updates for free.