0

I have an infrastructure in Google cloud, my api in Kubernetes Engine and an external server connected through interconnect, I wanted to know what is the best way to authenticate this external server in my system (GKE).

Using APIKeys would be safe enough?

SecretAgentMan
  • 2,856
  • 7
  • 21
  • 41
Iago F
  • 21
  • 4

1 Answers1

1

This page explains how to configure an external identity provider to authenticate into Google Kubernetes Engine (GKE) clusters and also go through this link how to use api-server-authentication.

Hemanth Kumar
  • 2,728
  • 1
  • 4
  • 19