Skip to content

Support K8s API server via TLS pass-through in sshmux

Compare
Choose a tag to compare
@alexellis alexellis released this 06 Feb 10:53

This release adds support K8s API server via TLS pass-through in inlets-pro sshmux server

Put this into config.yaml:

  - name: rpi-k8s.inlets
    upstream: "raspberrypi.local:6443"
    passthrough: true
  - name: rpi-ssh.inlets
    upstream: "raspberrypi.local:22"

Make sure raspberrypi.local is in /etc/hosts, or resolve the IP into config.yaml instead of using the .local domain.