1
2
3
4
 
 

Having some fun with @OpenSearchProject integration lab with @fluentbit as I'm updating it all to add the @kubernetes learning path using #k3s with @RancherDesktop... lots of #helm to get your #cloudnative #observability blood pumping! #o11y @SUSE https://o11y-workshops.gitlab.io/workshop-fluentbit/#/11

5
6
7
8
 
 

Exciting news for the @kubernetes & @OpenSearchProject community!

Want to autoscale your #Kubernetes workloads based on 'opensearch search template query' or 'opensearch query' result? Now you can, with #KEDA, with the new scaler!
https://www.linkedin.com/posts/horovits/_kubernetes-opensearch-keda-activity-7475080387136929792-L0Hk
#OpenSearchAmbassador #OpenSearch

9
 
 

I'm prototyping whether or not making an EKS cluster multi architecture will save money or not. It seems like it obviously will, because AWS charges less for ARM servers, but it also reduces your bin packing efficiency.

The main thing I'm curious about, is for pods that support both x86 and ARM, would you force them to run on ARM, or allow them to run on either and let Kubernetes determine wherever it is best?

Allowing them to be flexible would be cheapest because it would allow the scheduler to place them on whichever node architecture is available. For example, even though ARM is cheaper, if you currently have extra resources available on x86 nodes, it's actually cheaper to place the pod on an available x86 nodes rather than spin up another ARM node.

But then I'm worried about the production safety-ness. Especially if you have multiple pods from the same deployment, some on ARM and some on x86, anytime a problem comes up you'd have to consider whether or not the split architecture is a factor.

Using Karpenter by the way.

10
11
12
13
14
15
16
17
18
19
20
 
 

service-lookup lets you automatically port forward all the required Kubernetes pods that you need for local testing and updating your URIs in property YAML files recursively.

It is now also configurable, lets you automatically revert the files after cleanup, and caches namespaces for performance improvement.

21
22
23
 
 

cross-posted from: https://feddit.nl/post/55658802

Very detailed blog I wrote about my strange homelab setup.

24
25
view more: next ›