- Connect to webtty On laptop:
webtty
Then copy the output token, open "https://maxmcd.github.io/webtty/", paste the token and copy the output back to terminal.
- Create GKE cluster:
gcloud container clusters create cncf-demo \
webtty
Then copy the output token, open "https://maxmcd.github.io/webtty/", paste the token and copy the output back to terminal.
gcloud container clusters create cncf-demo \
package main | |
import ( | |
"fmt" | |
"reflect" | |
"runtime" | |
) | |
func foo(int) func() { | |
return func() {} |
#!/bin/bash | |
set -x | |
apt-get update | |
apt-get install -y iproute2 | |
apt-get install -y iputils-ping | |
apt-get install -y dnsutils | |
apt-get install -y tcpdump | |
apt autoremove |