ubaid4j / polar-deployment

A repository to demonstrate learning from Cloud Native in Action Boot By Thomas Vittale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

K8s

  1. To create/update a standard k8s resource:
      kubectl apply -f k8s
    where k8s is a file/directory where k8s resources are present.
  2. To create/update a kustomize resource:
      kubectl apply -k k8s
    where k8s is a file/directory where customize/k8s resources are present.

About

A repository to demonstrate learning from Cloud Native in Action Boot By Thomas Vittale


Languages

Language:Shell 100.0%