kube

package
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Overview

Package kube watches Kubernetes for NodePort and LoadBalancer service types. It exposes the services as follows: - [default network - admin install]: It uses vtunnel tracker to forward the port mappings to the host in conjunction with the automatic port forwarding mechanism that is found in WSLv2. - [default network - non-admin install]: It creates TCP listeners on 127.0.0.1, so that it can be picked up by the automatic port forwarding mechanisms found in WSLv2 on the default network with the non-admin install. - [namespaced network - admin install]: It uses API tracker to expose the ports on the host through host-switch.exe - [namespaced network - non-admin install]: It uses API tracker to expose the ports on the host through host-switch.exe; however, the exposed ports are only bound to 127.0.0.1 on the host machine.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WatchForServices added in v0.3.4

func WatchForServices(
	ctx context.Context,
	configPath string,
	k8sServiceListenerIP net.IP,
	enableListeners bool,
	portTracker tracker.Tracker,
) error

WatchServcies watches Kubernetes for NodePort and LoadBalancer services and create listeners on 0.0.0.0 matching them. Any connection errors are ignored and retried.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL