Kubernetes with C2S aws-sdk-go

I use k8s (1.14.1) with AWS Auto Scaling. K8s needs to communicate with AWS API such as EC2. This work is needed in C2S. In a nutshell, I believe I have to do the following (hopefully someone can confirm):

  1. Modify C2S aws-sdk-go enpoints.json (changing “dnsSuffix” : “amazonaws.com”)
  2. Cross compile hyperkube for Linux
  3. Put the cross compiled binary in to a docker image