Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 1.03 KB

README.md

File metadata and controls

38 lines (35 loc) · 1.03 KB

Kubernetes yaml files

  • 쿠버네티스 핵심과정 실습 example.
  • git clone 명령으로 다운로드 받은 후 yamls 디렉토리로 이동하여 실습을 진행하시면 됩니다.

contents

  • **Setting_NFS_Server/

  • └── setting NFS on ubuntu

  • yamls/

  • ├── appjs.yaml

  • ├── cronjob-example.yaml

  • ├── daemonset-fluentd.yaml

  • ├── deploy-nginx-update.yaml

  • ├── deploy-nginx.yaml

  • ├── deploy.yaml

  • ├── ingress-application.yaml

  • ├── ingress.yaml

  • ├── ingress2.yaml

  • ├── job-example.yaml

  • ├── pod-annotation.yaml

  • ├── pod-appjs.yaml

  • ├── pod-label.yaml

  • ├── pod-multiple-container.yaml

  • ├── pod-nginx.yaml

  • ├── pod-other.yaml

  • ├── rc-nginx.yaml

  • ├── rs-appjs.yaml

  • ├── rs-nginx.yaml

  • ├── statefulset-nginx.yaml

  • ├── svc-affinity.yaml

  • ├── svc-appjs.yaml

  • ├── svc-node.yaml

  • └── tensorflow.yaml**


2023.08.28 NFS 서버구성 추가

2021.10.15일 업데이트