Files
kt-connect/docs
2019-12-10 15:41:54 +08:00
..
2019-12-10 15:24:58 +08:00
2019-12-05 16:26:41 +08:00
2019-12-10 15:40:26 +08:00
2019-12-10 15:41:54 +08:00
2019-12-05 16:45:17 +08:00
2019-07-09 19:18:59 +08:00
2019-12-10 15:40:26 +08:00
2019-07-09 19:18:59 +08:00
2019-12-05 15:51:04 +08:00
2019-10-08 17:29:05 +08:00
2019-12-05 15:51:04 +08:00
2019-07-09 19:18:59 +08:00
2019-12-05 16:45:17 +08:00

Introduction

Features

  • Direct access remote Kubernetes cluster.

Developer connect to remote Kubernetes internal network, local development and testing.

  • Exchange in cluster request to local.

Developer can exchange the workload to redirect the request to local app.

  • Support Service Mesh

You can create a mesh version in local host and redirect to your local

  • Light VPN based on SSH

KT use sshuttle as the vpn tool to access remote Kubernetes cluster network.

  • As a kubectl plugin

Run kt as a kubectl plugin, all you need is kubectl.

Release Note

0.0.7

  • Add oidc plugin to support TKE
  • Add socks5 method to support WSL
  • Fixed issue when node.Spec.PodCIRD dynamic cal CIRD

0.0.6

  • Add windows support doc.
  • Fixed clusterIP cidr missing.
  • Rename docker images address.

0.0.5

  • Add dashboard and api server source code

0.0.4

Release At 2019-06-26

  • Support KT Connect Dashboard

0.0.3

Release At 2019-06-19

  • Add mesh command to support istio network rule

0.0.2

Release At 2019-06-19

  • Fixed issue if istio inject is enable in namespace, and the request can't redirect to local
  • Support exchange run standalone.

0.0.1

Release At 2019-06-18

  • split command to connect and exchange.
  • support mutil exchange.