172 lines
No EOL
2.3 KiB
Markdown
172 lines
No EOL
2.3 KiB
Markdown
# OTC
|
|
|
|
## CCE Cloud Container engine - Kubernetes
|
|
|
|
* Kata-Container - MicroVM, e.g. for Forgejo-Runner
|
|
|
|
|
|
## Networking
|
|
|
|
* compare it with local networking in docker-compose e.g.
|
|
* there you also can do 'Software defied Networking'
|
|
* like we do in OTC
|
|
|
|

|
|
|
|
* Question: When or why to subnet?
|
|
* A: It' for security ... for sure, but at first it's for creating domains of transparently interacting applicatios
|
|
|
|
* Hint: Use CIDR calculators when getting lost in IP4 networking
|
|
|
|
## Routing Table
|
|
|
|

|
|
|
|
## Peering Connections
|
|
|
|

|
|
|
|
## tags
|
|
|
|
should be possible ...
|
|
|
|
|
|
## VM
|
|
|
|
### AZ
|
|
|
|
is a data center - we take random
|
|
|
|

|
|
|
|

|
|
|
|
|
|
### price calculator
|
|
|
|
always be aware of costs!
|
|
> Todo: We need to talk about our budgets
|
|
|
|

|
|
|
|
|
|
## security group
|
|
|
|

|
|
|
|
|
|
## IP
|
|
|
|

|
|
|
|
## Creating VM
|
|
|
|

|
|
|
|
|
|
### result
|
|
|
|

|
|
|
|
## trying to connect
|
|
|
|

|
|
|
|
... company VPN issues :-)
|
|
|
|

|
|
|
|
## try to hand over the key ...
|
|
|
|

|
|
|
|

|
|
|
|
## find IP again, try to get in
|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|
## current state
|
|
|
|

|
|
|
|
## ... break of stephan from 14h45-16h00
|
|
|
|
## terraform, driver is daniel
|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|
## in otc, new driver is cristopher
|
|
|
|

|
|
|
|
install terraform ...
|
|
|
|

|
|
|
|
### otc provider
|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|
|
|

|
|
|
|
|
|
### auth
|
|
|
|

|
|
|
|

|
|
|
|
|
|
```bash
|
|
export OS_ACCESS_KEY=<your-key>
|
|
export OS_SECRET_KEY=<your-key>
|
|
export OS_SECURITY_TOKEN=<your-token>
|
|
```
|
|
|
|
## apply
|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|
## syncing
|
|
|
|

|
|
|
|

|
|
|
|
### statefile, needs to be shared
|
|
|
|
 |