We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49e1588 + 93960b9 commit ebdc43cCopy full SHA for ebdc43c
README.md
@@ -1,3 +1,30 @@
1
# Kubernetes examples
2
3
-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.
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
17
+│ └── my-pv-claim.yaml
18
+├── services
19
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