#kops (2019-02)
Discussions related to kops for kubernetes
Archive: https://archive.sweetops.com/kops/
2019-02-04
@Jan Any gotchas with implementing aws-iam-authenticator ? did you use https://github.com/cloudposse/terraform-aws-kops-iam-authenticator-config ?
Terraform module to create and apply a Kubernetes ConfigMap for aws-iam-authenticator
to be used with Kops to map IAM principals to Kubernetes users - cloudposse/terraform-aws-kops-iam-authentica…
heya
Using the geodesic flag? https://github.com/cloudposse/geodesic/blob/master/rootfs/templates/kops/default.yaml#L54
Geodesic is the fastest way to get up and running with a rock solid, production grade cloud platform built on top of strictly Open Source tools. ★ this repo! https://slack.cloudposse.com/ - clou…
um shew let me think
I dont think so
let me see what we did
in the middle of a refactor, please remind me later
np
@Tim ball is on your court
@Tim has joined the channel
2019-02-05
@Tim / @Jan How are you getting your kubecfg into place, that supports the aws-iam-authenticator ?
Yes we are using the cloudposse AWS IAM authenticator config map
Nice
The changes in the cluster config I have already seen on your side but it was removed
Will look into it tomorrow
How are you writing the kubecfg ?
Just adding the authentication webhook endpoint and installed a hook which pulls certs and stuff like that from s3
I have seen a commit on the cloudposse side doing exactly the same but it was removed ^^
Right now I don’t have the cluster config here. But I can provide it to you tomorrow
Cool, just wondering as kops export kubecfg
doesn’t contain the users block that uses aws-iam-authenticator
so wondering how you are doing it
Got it. This is what I was referring to: https://github.com/cloudposse/geodesic/pull/345/files
what [kops/template] Update aws-iam-authenticator settings why Kubernetes 1.10 and newer has aws-iam-authenticator installed by default, no need to add scripts to install it from S3 references …
Not sure how this does “fix iam authenticator” But that’s the config you need. Additional creating certificates and the config map
It says kubernetes comes with it by default but we were not able to get it working without these changes
Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management - kubernetes/kops
I love #variant
check this out
what Add commands to easily rotate a kops cluster's ssh keys Add command to easily connect to a kops cluster Add command to see a kops plan why This are routine operations that are complicat…
2019-02-14
set the channel description: Discussions related to kops for kubernetes Archive: https://archive.sweetops.com/kops/
2019-02-18
Anyone have success launching t3.*
instances with kops
? https://github.com/kubernetes/kops/issues/5755
- What kops version are you running? The command kops version, will display this information. Version 1.10.0 (git-782ff1358) This is branch release-1.10 with #5681 cherry-picked 2. What Kubernetes…
i wanted to try, saw that support was added kops 1.11, but i got stuck figuring out how to upgrade kops in geodesic without forking packages
- What kops version are you running? The command kops version, will display this information. Version 1.10.0 (git-782ff1358) This is branch release-1.10 with #5681 cherry-picked 2. What Kubernetes…
we use t3
kops version
Version 1.10.0
2019-02-19
2019-02-22
um
t3 medium and large
and c5 large
ok, are you on kops 1.11?
2019-02-24
has anyone looked into using “App Mesh” with kops?
AWS App Mesh is a service mesh that you can use with your microservices to manage service to service communication. - awslabs/aws-app-mesh-examples