Skip to content

Commit ebdc43c

Browse files
authored
Merge pull request #10 from ozerovandrei/update-readme
Update readme
2 parents 49e1588 + 93960b9 commit ebdc43c

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
11
# Kubernetes examples
22

3-
This repository contains examples used in the Selectel Kubernetes VPC blog post.
3+
This repository contains examples that can be used with Selectel Managed Kubernetes Service.
4+
5+
Contents:
6+
7+
```bash
8+
.
9+
├── LICENSE
10+
├── README.md
11+
├── deployments
12+
│   ├── README.md
13+
│   ├── nginx-1.17-replicas.yaml
14+
│   └── nginx-1.17-volume.yaml
15+
├── persistentvolumeclaims
16+
│   ├── README.md
17+
│   └── my-pv-claim.yaml
18+
├── services
19+
│   ├── README.md
20+
│   ├── nginx-loadbalancer.yaml
21+
│   └── nginx-nodeport.yaml
22+
└── storageclasses
23+
├── README.md
24+
├── fast.ru-1a.yaml
25+
├── fast.ru-1b.yaml
26+
├── fast.ru-2a.yaml
27+
├── fast.ru-2b.yaml
28+
├── fast.ru-3a.yaml
29+
└── fast.ru-7a.yaml
30+
```

0 commit comments

Comments
 (0)