Get YAML for deployed Kubernetes services?

前端 未结 12 1543
离开以前
离开以前 2020-12-22 23:28

I am trying to deploy my app to Kubernetes running in Google Container Engine.

The app can be found at: https://github.com/Industrial/docker-znc.

12条回答
  •  北海茫月
    2020-12-23 00:09

    I know it is too old to answer, but hopefully, someone will find it helpful.

    We can try below command to fetch a kind export from all namespace -

    kubectl get  --all-namespaces --export -o yaml
    

提交回复
热议问题