jvidalg / kubernetes-basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes

Sample scripts to build kubernetes clusters and test basic functionalities.

  • k8s-cluster-centos-7
  • k8s-cluster-ubuntu
  • schedule-pods
  • dns-discovery
├── dns-discovery
│   ├── busybox.yaml
│   └── run.sh
├── k8s-cluster-centos-7
│   ├── install-k8s-baseline.sh
│   ├── nginx-deploy.sh
│   ├── setup-master-k8s.sh
│   └── setup-nodes-k8s.sh
├── k8s-cluster-ubuntu
│   ├── baseline.sh
│   ├── nginx-deploy.sh
│   ├── setup-master-k8s.sh
│   └── setup-nodes-k8s.sh
└── schedule-pods
    ├── dev.yml
    ├── prod.yml
    └── run.sh

About


Languages

Language:Shell 100.0%