Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 269 Bytes

File metadata and controls

16 lines (12 loc) · 269 Bytes

Deploy site in cluster

Simple site setup

  1. Create and switch namespace
k create ns simple-wp
kubens simple-wp
  1. Deploy
# Update `kops.example.com` domain with domain of your choice in: simple/dep.yaml
kubectl apply -f simple/dep.yaml