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

Microservices Deployment Strategies: Node-Level Workloads
56%

When Deployment and StatefulSet are Not Enough

Imagine you have a platform that sniffs network traffic on every node in your Kubernetes cluster for security monitoring purposes. At t0, you have 3 nodes in your cluster, so you deploy 3 instances of your network sniffer application:

apiVersion: apps/v1
kind: Deployment
metadata:
  name: network-sniffer
spec:
  replicas: 3
  selector:
    matchLabels:
      app: network-sniffer
  template:
    metadata

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.

Unlock now  $31.99$23.99

Hurry! This limited time offer ends in:

To redeem this offer, copy the coupon code below and apply it at checkout:

Learn More