Congratulations to Newly Elected OpenSSF Governing Board Members - Open Source Security Foundation
We are excited to welcome newly elected Governing Board members of the OpenSSF: Tracy Miranda from Chainguard, Duane O'Brien from Indeed, and Stephen Chin from JFrog. The OpenSSF Governing Board is responsible for overall management of the OpenSSF, including approving major decisions, managing the budget, and establishing advisory bodies or committees to support the OpenSSF’s mission.
In our most recent post in the Kubernetes API Server Adventures series we took a look at the storage interface and explored the only in-tree implementation: etcd3. However, a careful read of the footnotes in that post revealed I wasn’t being completely honest about etcd3 being the only implementation.
This could be disputed as Cacher is technically an implementation as well. However, it requires an underlying implementation in order to perform its operations.
Containerd Adds Support for a New Container Type: Wasm Containers
The runwasi project, written in Rust, became an official contained project, which enables containerd to support a new container type: Wasm (or WebAssembly) containers.
Tailscale v1.36 for macOS features a significantly reduced binary size (going from 92MB to 56MB). The effort started out with a chance observation about a surprisingly large executable, and ended up involving some creative approaches using dlopen.
Amazon to Push Out Europe Middlemen in Latest Cost-Cutting Move
Amazon.com Inc. warned distributors in Europe that it will cease ordering from them next year in favor of buying products directly from brands, an effort to stem losses by cutting out some middlemen.
Today, I’d like to announce Homebrew 4.0.0. The most significant change since 3.6.0 enables significantly faster Homebrew-maintained tap updates by migrating from Git-cloned taps to JSON downloads.
GoDaddy: Hackers stole source code, installed malware in multi-year breach
Web hosting giant GoDaddy says it suffered a breach where unknown attackers have stolen source code and installed malware on its servers after breaching its cPanel shared hosting environment in a multi-year attack.
GitHub - mjl-/mox: modern full-featured open source secure mail server for low-maintenance self-hosted email
modern full-featured open source secure mail server for low-maintenance self-hosted email - GitHub - mjl-/mox: modern full-featured open source secure mail server for low-maintenance self-hosted email
Exclusive: FBI says it has 'contained' cyber incident on bureau's computer network | CNN Politics
The FBI has been investigating and working to contain a malicious cyber incident on part of its computer network in recent days, according to people briefed on the matter.
WSJ News Exclusive | Walmart to Close Three Tech Hubs, Tells Tech Staff to Return to Offices
The retail giant is closing offices in Austin, Texas, Portland, Ore., and Carlsbad, Calif., and telling hundreds of staff they must relocate to keep their jobs.
Kubernetes Contributor Summit Registration Open | Twitter
Registration for the Kubernetes Contributor Summit is now OPEN!If you're an org member of kubernetes/kubernetes or kubernetes/kubernetes-sigs and are attending KubeCon, this is the #KubeCon event you don't want to miss! https://t.co/xHPYLrAeOi #Kubernetes— K8sContributors (@K8sContributors) February 15, 2023
Cloud Custodian is yet another tool that helps us audit, manage, and apply policies to cloud resources, but with a twist. Is it any good? Should you use it? Who should use it?
#CloudCustodian #policies #kubernetes #aws #azure #googlecloud
▬▬▬▬▬▬ 😳 Sponsor 😳 ▬▬▬▬▬▬
🔗 Datree: https://datree.io
Consider joining the channel: https://www.youtube.com/c/devopstoolkit/join
▬▬▬▬▬▬ 🔗 Additional Info 🔗 ▬▬▬▬▬▬
➡ Gist with the commands: https://gist.github.com/eb3ec8fdb12a91c7c8d3806bd2558eff
🔗 Cloud Custodian: https://cloudcustodian.io
🎬 eksctl - How to Create and Manage AWS EKS clusters: https://youtu.be/pNECqaxyewQ
🎬 How to apply policies in Kubernetes using Open Policy Agent (OPA) and Gatekeeper: https://youtu.be/14lGc7xMAe4
🎬 Kubernetes-Native Policy Management With Kyverno: https://youtu.be/DREjzfTzNpA
🎬 Admission Controllers Or CLI? Kubernetes Policy Validations with Datree: https://youtu.be/WTh84BPHC4o
▬▬▬▬▬▬ 💰 Sponsoships 💰 ▬▬▬▬▬▬
If you are interested in sponsoring this channel, please use https://calendly.com/vfarcic/meet to book a timeslot that suits you, and we'll go over the details. Or feel free to contact me over Twitter or LinkedIn (see below).
▬▬▬▬▬▬ 👋 Contact me 👋 ▬▬▬▬▬▬
➡ Twitter: https://twitter.com/vfarcic
➡ LinkedIn: https://www.linkedin.com/in/viktorfarcic/
▬▬▬▬▬▬ 🚀 Other Channels 🚀 ▬▬▬▬▬▬
🎤 Podcast: https://www.devopsparadox.com/
💬 Live streams: https://www.youtube.com/c/DevOpsParadox
▬▬▬▬▬▬ ⏱ Timecodes ⏱ ▬▬▬▬▬▬
00:00 Introduction To Cloud Custodian
03:06 Datree (sponsor)
03:51 Cloud Custodian With AWS
19:15 Cloud Custodian With Kubernetes
22:37 Cloud Custodian Controller Mode And Tools
24:04 Cloud Custodian Pros And Cons
Intel Publishes Blazing Fast AVX-512 Sorting Library, Numpy Switching To It For 10~17x Faster Sorts
Intel recently published an open-source C++ header file library for high performance SIMD-based sorting, which initially is focused on providing a lightning fast AVX-512 quicksort implementation