An open API service indexing awesome lists of open source software.

https://github.com/selectel/mks-kubeapi-private-demo

21.05.24 Selectel MKS Private Kube API
https://github.com/selectel/mks-kubeapi-private-demo

Last synced: 4 months ago
JSON representation

21.05.24 Selectel MKS Private Kube API

Awesome Lists containing this project

README

          

# 21.05.24 Selectel MKS Private Kube API
Create MKS cluster with private KubeAPI, jump-host and cloud firewall using Terraform.
---
Add variable to secrets.tfvars:
```
domain = ""
domain_password = ""
project_password = ""
```
---
Command:
```
terraform init
terraform apply -var-file=./secrets.tfvars
```
---
Scheme:
![scheme](./images/scheme.png)