22 messages
Matt Gowieover 5 years ago
Any other users of https://github.com/cloudposse/terraform-aws-eks-cluster having trouble with first spin up and the aws-auth configmap already being created? I’ve run into it twice now and have been forced to import. Wondering what I’m doing wrong there.
Craig Dunfordover 5 years ago
Alencar Juniorover 5 years ago(edited)
Hi all, I've enabled the additional internal load balancer in the nginx ingress controller but I think there is some description missing in:
https://github.com/kubernetes/ingress-nginx/tree/master/charts/ingress-nginx#additional-internal-load-balancer
By adding the values
My question is how should be annotated Ingress resources in order to use the internal load balancer?
I tried to use the value
Did you folks were in a similar situation?
https://github.com/kubernetes/ingress-nginx/tree/master/charts/ingress-nginx#additional-internal-load-balancer
controller:
ingressClass: nginx-internal
service:
externalTrafficPolicy: Local
internal:
enabled: true
annotations:
<http://service.beta.kubernetes.io/aws-load-balancer-type|service.beta.kubernetes.io/aws-load-balancer-type>: "nlb"
<http://service.beta.kubernetes.io/aws-load-balancer-internal|service.beta.kubernetes.io/aws-load-balancer-internal>: 0.0.0.0/0By adding the values
controller.service.internal.enabled=true and controller.service.internal.annotations it will create a second load balancer (internal)My question is how should be annotated Ingress resources in order to use the internal load balancer?
I tried to use the value
<http://kubernetes.io/ingress.class|kubernetes.io/ingress.class>: "nginx-internal" in the ingress resource however, it always uses the external load balancer.Did you folks were in a similar situation?
U
Unknown Userover 5 years ago(edited)
Whats the best FaaS in k8s?
Robert Horroxover 5 years ago
Anyone have experience using the Istio CNI plugin? On EKS? https://istio.io/latest/docs/setup/additional-setup/cni/
Mike Schuelerover 5 years ago(edited)
anyone tried the varying serverless / function platforms? which is best? is there a clear front runner with wide adoption?
i see there’s Fission, OpenFaaS, Kubeless, others..
(knative may even work here, i’m not sure.)
i see there’s Fission, OpenFaaS, Kubeless, others..
(knative may even work here, i’m not sure.)
joeyover 5 years ago
does anyone use something like thousandeyes for loss/latency/jitter and maybe path monitoring of endpoints? i was thinking that molo.ch is a good example of an open source project that does similar things, but molo.ch is actually way too much data. thousandeyes is just too expensive for what i want and i could probably write what i want in a weekend but i have to imagine since molo.ch exists there must be something that's open source/similar and trimmed down that maybe i could contribute to instead
A
Andrew Rothover 5 years ago
Join us for the launch of Coffee & Containers!”
C&C will be a monthly gathering to interact and discuss various aspects of platform engineering (IaC, containers, k8s, and more).
This month, come hear Kelsey Hightower, a leader in the PE space, discus:
- State of Kubernetes
- Problem areas for App Lifecycle Management in Kubernetes
- How developers and platform teams can be successful on their Kubernetes journey
In addition, Kelsey will be giving his real, on-the-spot first impressions of the Shipa framework for Kubernetes.
We are looking forward to seeing you there.
https://us02web.zoom.us/webinar/register/WN_FHZRUM_QQ8WFJ5WnQDH6PQ
madoover 5 years ago
For container security, who ever used Prisma Cloud? It needs open policy agent installed right?
Eric Bergover 5 years ago
Anybody happen to know how to set the log level for cni-metrics-helper?
RBover 5 years ago
Doing a poc of eks over ecs. What's a good eks setup with helm, daemonset, and repos?
Vlad Ionescu (he/him)over 5 years ago
An interesting tidbit from the Kubernetes Slack, #kubecon channel:
So the May-ish KubeCon+CloudNativeCon EU will be virtual, and the November-ish KubeCon+CloudNativeCon US will be hybrid
we will be announcing plans at kubecon next month, but EU will be virtual next year in Q2 and we expect a hybrid event in LA in Q4
So the May-ish KubeCon+CloudNativeCon EU will be virtual, and the November-ish KubeCon+CloudNativeCon US will be hybrid
aaratnover 5 years ago
Any opinions on jenkins-x v/s argocd v/s other kubernetes native ci/cd tools ?
joeyover 5 years ago
anyone using argo-rollouts or flagger and have strong opinions on one vs the other?
RBover 5 years ago
Regarding eks, How do you folks use namespaces and clusters per aws account? Do you put multiple stages in the same cluster with different namespaces? Or perhaps a cluster for each environment and each namespace for each app?
Aumkar Prajapatiover 5 years ago
Is there any good alternatives to running statefulsets on fargate (eks) ? We have a bunch of statefulset and daemonset deployments that need to stay in tact in our move from on-prem to cloud. The only option I can currently consider is just pure EKS though Fargate has a lot of nice perks.
RBover 5 years ago
yesss! v2 of the alb ingress controller came out today https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/tag/v2.0.0
RBover 5 years ago
finally reuse albs using group.name and group.order annotations
Tim Birkettover 5 years ago
Is anybody aware of an admission controller that automatically adds default imagePullSecrets to a workload? Because of course we're pushing out DockerHub credentials 4 days before API limits are imposed 🙂