Skip to content

Commit

Permalink
Merge pull request #10 from ozerovandrei/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
ozerovandrei authored Dec 30, 2019
2 parents 49e1588 + 93960b9 commit ebdc43c
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit ebdc43c

Please sign in to comment.