You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# cloud-practical
|
|
|
|
Skeleton project and files for cloud practicals.
|
|
|
|
## Configuration
|
|
1. Configure a new env for kubernetes
|
|
```bash
|
|
# sudo needed to install docker
|
|
sudo ./setup-env.sh
|
|
```
|
|
2. Create cluster
|
|
```bash
|
|
k3d cluster create --config <use_your_conf>
|
|
```
|
|
3. User kubectl
|
|
|