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

https://github.com/mhutter/cloud-native-kubernetes


https://github.com/mhutter/cloud-native-kubernetes

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# CloudNative Kubernetes setup

## Usage

See `make usage`

## Fetch kubeconfig

```sh
scp root@${IP}:/etc/kubernetes/admin.conf .
export KUBECONFIG="$(pwd)/admin.conf"
``