Introduction

Kubernetes

Andrzej Goławski @pansa

POD

Resource

apiVersion: v1
kind: Pod
metadata:
  name: simple-app
spec:
  containers:
  - name: simple-app-container
    image: andipansa/courses-service
oc create -f simple-pod.yaml

Application Delivery Cycle

Dev

Code

GIT

Build

Artifact

Deploy Test

Deploy Green

Testing

Internal Testing

Switch Traffic to Green

Monitoring

Deploy Blue

Switch Traffic to Blue

Dziękuję

kubernetes introduction

By andipansa

kubernetes introduction

  • 121