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-flaskCloud-Native Microservices With Kubernetes - 2nd Edition
A Comprehensive Guide to Building, Scaling, Deploying, Observing, and Managing Highly-Available Microservices in KubernetesEnroll now to unlock all content and receive all future updates for free.
