#kubernetes (2019-11)
Archive: https://archive.sweetops.com/kubernetes/
2019-11-01
An issue has been opened to track the fix for the CFS scheduler bug in CoreOS. People using CoreOS to host Kubernetes may want to track this: https://github.com/coreos/bugs/issues/2623
Issue Report Bug Container Linux Version NAME="Container Linux by CoreOS" ID=coreos VERSION=2191.5.0 VERSION_ID=2191.5.0 BUILD_ID=2019-09-04-0357 PRETTY_NAME="Container Linux by Core…
2019-11-04
Hello ALL I’ve found this feature https://github.com/zalando-incubator/stackset-controller Does somebody use it? What is your feedback?
Opinionated StackSet resource for managing application life cycle and traffic switching in Kubernetes - zalando-incubator/stackset-controller
Is it production ready?
2019-11-05
The only management system you’ll ever need to take control of your Kubernetes clusters.
I’ve been using it with Minikube. It’s a much nicer/faster experience than the dashboard addon.
The only management system you’ll ever need to take control of your Kubernetes clusters.
been using it for the past few days with a dev eks cluster and have found it very nice so far
Toying w/ it, but it doesn’t seem like it supports iam auth. Going to tinker w/ it on minikube.
I’ve got it working now with IAM Auth - what issues are you having?
I didn’t really try very hard. I just selected my cluster map and it failed so i gave up. lol. I was just tinkering anyway.
Ok…it works fine, @Chris Fowles. It helps if you use the right config AND your AWS profile actually has access.
Looks like it’s now dead.
Just when I started playing with it.
you killed it!
Well that sucks. Just saw this. lol. I use this every day.
Ya, it’s a bummer. But they are working to open source it.
nice.
Have you played with it at all @Erik Osterman (Cloud Posse)?
nope, first i heard of it was today
via @Daren
2019-11-06
Just saw this today, thought it was neat: https://github.com/linki/chaoskube it’s been around a while, guess i’m late to the party lol
chaoskube periodically kills random pods in your Kubernetes cluster. - linki/chaoskube
Cool!
chaoskube periodically kills random pods in your Kubernetes cluster. - linki/chaoskube
If anyone is interested to test out Magic Sandbox, DM me and I can get you premium access for a week to explore! > https://msb.com
@Pierre Humberdroz shared in #office-hours today an AWESOME new tool he’s working on to diff helm releases
check it out here: https://helm-notifier.com/repos/jfrog/artifactory/7.18.3...8.0.0
UI still rough, but value immense
you can compare the changes between any 2 releases
(see url syntax)
@Jeremy G (Cloud Posse) @Igor Rodionov @Jeremy G (Cloud Posse)
Thanks for sharing @Erik Osterman (Cloud Posse),
The idea was to validate this today with a little working prototype if you have feature ideas let me know. Currently the main benefit to hub.helm.sh is that you are able to compare two chart versions. Other Features that I have planned are:
- Notification on releases
- Notification if a new helm chart is added with a keyword you are looking for.
2019-11-07
2019-11-08
anyone playing w/ https://skaffold.dev/?
Easy and Repeatable Kubernetes Development
Does any one know how to use kops on gov cloud? I can’t get the DNS right. Any help is appreciated
I thought it wasn’t yet supported
While there are DNS servers in the VPC, there is no Route53 service (API). This breaks many devops tools that make the assumption Route53 is / will be available (kops w/ kubernetes, for example). To be fair, some tools (like kops) provide an alternative to Route53 for bootstrapping the cluster, though our testing found the features to be buggy and not yet production quality. We worked around the need for Route53 by deploying our own self-healing and automated DNS solutions. A future post will dive into the details of our Route53 replacements.
The article is old, though some of it still holds up. Route53 in particular is now available in GovCloud
*now. It is available now
If you have strict compliance criteria that require you to use AWS GovCloud, there are some obstacles you will encounter that we will help you address.
Someone told me of a work around with freeipa with your experience do you think it is a good option?
It works, one of my colleagues is doing it. They said it was janky though. My company is going to be doing a TON of work in the very near future with K8s in GovCloud so I’m looking for more information on the subject as well
2019-11-11
I’ve been unable to find info how to switch a kops
1.13 cluster from single to multi-master; All the documentation I’ve found provides steps before the switch to etcd-manager
. I’m having issues even connecting to etcd
with etcdctl
Can anyone point me in the right direction?
A Kubernetes DaemonSet to gracefully handle EC2 Spot Instance interruptions. - aws/aws-node-termination-handler
I think that for while it is better to stick with https://github.com/kube-aws/kube-spot-termination-notice-handler. It lacks the features of asg detach and notifications. ASG detach improves a lot the recovering time making the interruption almost seamless
A Kubernetes DaemonSet to gracefully delete pods 2 minutes before an EC2 Spot Instance gets terminated - kube-aws/kube-spot-termination-notice-handler
@Igor Rodionov
If a termination notice is received for an instance that’s running on the cluster, the termination handler begins a multi-step cordon and drain process for the node.
it’s not spot specific
2019-11-12
Build, Store, and Distribute your Applications and Containers - quay/quay
2019-11-13
Hi guys,
Trying to parse kubernetes
logs with fluent-bit
helm chart
form here: https://github.com/helm/charts/tree/master/stable/fluent-bit
Stuck in configuring outputs. What I need is to have a few outputs sending logs to different indices into AWS ES based on kubeernetes
namespace.
If anyone happened to have worked with this helm or similar issue help is welcomed.
Curated applications for Kubernetes. Contribute to helm/charts development by creating an account on GitHub.
2019-11-14
Did you see he is doing an AMA? I’ll find the info
there is a typo there….I can’t unseen it
This is kind’a rad coming from the DoD.
“fast” in the DoD meaning less than 5 years?
nope, like ~180 days
There’s already an $800 million contract called Cloud One to migrate a ton of apps
we’ll see
Link to Nick’s AMA info: https://www.linkedin.com/posts/nicolaschaillan_kubernetes-cso-airforce-activity-6600153686171766784-olab
November 12, 2019: Nicolas M. Chaillan posted on LinkedIn
2019-11-15
Somebody else go through this list and tell me if any of them sound fishy. I want to see if your list matches my list.
This document highlights and consolidates best practices for building, deploying and scaling apps on Kubernetes in production.
2019-11-19
Hello,
What are folks using as their helm chart repository ? I began by using an S3 bucket in our shared AWS account. But would like to hear if there’s something better out there in terms of user/developer experience
2019-11-20
Hi, does anybody know if images of the OpenShift internal registry could be pulled cluster internally and pushed to an external (like Nexus) repository?
2019-11-21
What GitOps tools do people use here. I have been looking into FluxCD
and ArgoCD
. Interested to hear about other peoples experiences with any other relevant tools.
https://github.com/fluxcd/flux
https://argoproj.github.io/
The GitOps Kubernetes operator. Contribute to fluxcd/flux development by creating an account on GitHub.
Kubernetes native workflows, deployments, CI, events
Harness looks promising. My team is working on testing with it. Will report back later.
The GitOps Kubernetes operator. Contribute to fluxcd/flux development by creating an account on GitHub.
Kubernetes native workflows, deployments, CI, events
Also CodeFresh looks nice for setting up simple stuff since you can trigger off of pushes to docker registries (along with a bunch of other stuff)
Thanks Andrew. Let me know how you get on
We’re currently using flux in a new eks platform we’re building out - just starting to enter developer testing now and things are looking good
Hi, has anyone used k8s and route53 on gov cloud?
LevelUp has some open source material that they have published. https://dccscr.dsop.io/levelup-automation/aws-infrastructure
Cloud IaaS Automation