From 93960b9e03532a17031b4a8e7b17d975dd7c7956 Mon Sep 17 00:00:00 2001 From: Andrei Ozerov Date: Mon, 30 Dec 2019 12:55:41 +0300 Subject: [PATCH] Update readme Update outdated overview. --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bddddfc..e7de16f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,30 @@ # Kubernetes examples -This repository contains examples used in the Selectel Kubernetes VPC blog post. +This repository contains examples that can be used with Selectel Managed Kubernetes Service. + +Contents: + +```bash +. +├── LICENSE +├── README.md +├── deployments +│   ├── README.md +│   ├── nginx-1.17-replicas.yaml +│   └── nginx-1.17-volume.yaml +├── persistentvolumeclaims +│   ├── README.md +│   └── my-pv-claim.yaml +├── services +│   ├── README.md +│   ├── nginx-loadbalancer.yaml +│   └── nginx-nodeport.yaml +└── storageclasses + ├── README.md + ├── fast.ru-1a.yaml + ├── fast.ru-1b.yaml + ├── fast.ru-2a.yaml + ├── fast.ru-2b.yaml + ├── fast.ru-3a.yaml + └── fast.ru-7a.yaml +``` \ No newline at end of file