Commit graph

3 commits

Author SHA1 Message Date
Tiago Silva 037daad083
Introduce dedicated server type for Kubernetes resources (#14389)
## What

First part of the Kubernetes [Discovery RFD](https://github.com/gravitational/teleport/pull/13376/) to introduce a Kubernetes server per cluster. 

This PR introduces a separate Kubernetes server that uses the already introduced `KubernetesClusterV3`. 

## Compatibility

In previous versions, Kubernetes Clusters were part of regular `ServerV2` resource and this refactoring deprecates the `ServerV2` usage but keeps them for compatibility with previous version.

Everything is backward compatible, so v10 kubernetes agents and trusted clusters can connect fine.

## Next steps

Once this is merged, a new PR will introduce dynamic registration for Kubernetes Clusters discovered through EKS Discovery.
2022-08-04 14:21:11 +00:00
Forrest Marshall b0bac8e546 fix ec2 join check 2022-06-28 18:05:30 -07:00
Nic Klaassen e00ff42cb8
IAM Join Method (backend implementation) (#10085) 2022-02-08 18:48:13 +00:00
Renamed from lib/auth/ec2_join.go (Browse further)