Suggested Reads

Suggested Reads

54794 bookmarks
Newest
DevOps Toolkit - Ep07 - Ask Me Anything About DevOps Cloud Kubernetes Platform Engineering... w/Scott Rosenberg - https://www.youtube.com/watch?v=biSxzzlCK-E
DevOps Toolkit - Ep07 - Ask Me Anything About DevOps Cloud Kubernetes Platform Engineering... w/Scott Rosenberg - https://www.youtube.com/watch?v=biSxzzlCK-E

Ep07 - Ask Me Anything About DevOps, Cloud, Kubernetes, Platform Engineering,... w/Scott Rosenberg

There are no restrictions in this AMA session. You can ask anything about DevOps, Cloud, Kubernetes, Platform Engineering, containers, or anything else. We'll have a special guest Scott Rosenberg to help us out.

▬▬▬▬▬▬ 👋 Contact me 👋 ▬▬▬▬▬▬ ➡ BlueSky: https://vfarcic.bsky.social ➡ LinkedIn: https://www.linkedin.com/in/viktorfarcic/

▬▬▬▬▬▬ 🚀 Other Channels 🚀 ▬▬▬▬▬▬ 🎤 Podcast: https://www.devopsparadox.com/ 💬 Live streams: https://www.youtube.com/c/DevOpsParadox

via YouTube https://www.youtube.com/watch?v=biSxzzlCK-E

·youtube.com·
DevOps Toolkit - Ep07 - Ask Me Anything About DevOps Cloud Kubernetes Platform Engineering... w/Scott Rosenberg - https://www.youtube.com/watch?v=biSxzzlCK-E
Which Kubernetes PostgreSQL operator should you choose? with David Pech
Which Kubernetes PostgreSQL operator should you choose? with David Pech

Which Kubernetes PostgreSQL operator should you choose?, with David Pech

https://ku.bz/rGMF2ktdb

Are you running PostgreSQL on Kubernetes and need to choose the right operator? In this episode, David Pech, Staff Cloud Ops Engineer, shares his experience implementing database platforms on Kubernetes and guides teams through operator selection and platform requirements.

You will learn:

The core requirements for a PostgreSQL platform on Kubernetes, including autopilot capabilities, security practices, and observability

How to evaluate PostgreSQL operators based on their architecture — from single-instance deployments to cloud-native implementations

What teams should consider before building their own database-as-a-service and common pitfalls to avoid

The distinction between being production-ready (running single instances) versus platform-ready (operating at scale with proper tooling)

Sponsor

This episode is sponsored by Learnk8s — get started on your Kubernetes journey through comprehensive online, in-person or remote training.

More info

Find all the links and info for this episode here: https://ku.bz/rGMF2ktdb

Interested in sponsoring an episode? Learn more.

via KubeFM https://kube.fm

January 14, 2025 at 05:00AM

·kube.fm·
Which Kubernetes PostgreSQL operator should you choose? with David Pech
Change to x86_64 slipped past x86 kernel devs and is breaking things in v6.13. Being disabled for public release.
Change to x86_64 slipped past x86 kernel devs and is breaking things in v6.13. Being disabled for public release.
A change to the Linux 6.13 kernel contributed by a Microsoft engineer ended up changing Linux x86_64 code without proper authorization and in turn causing troubles for users and now set to be disabled ahead of the Linux 6.13 stable release expected next Sunday.
·phoronix.com·
Change to x86_64 slipped past x86 kernel devs and is breaking things in v6.13. Being disabled for public release.
I always wonder what folks think about what would replace email | It is time to ban email
I always wonder what folks think about what would replace email | It is time to ban email
I think everyone reading this post has accidentally messed up when sending an email, right? I noticed this story recently: The Metropolitan Police has apologised to victims of the Westminster "honeytrap" scandal after it accidentally sent an email which named all of them. … the sender, a detective sergeant in the Met’s Diplomatic and Parliamentary Protection unit, included the recipients’ names in the CC section of the email, rather than BCC, which would have concealed their identities. …
·shkspr.mobi·
I always wonder what folks think about what would replace email | It is time to ban email
The One GitHub Copilot Feature I Use
The One GitHub Copilot Feature I Use
A couple of days back, I posted that I prefer to use Chat-driven development using ChatGPT or Claude over using IDE-integrated LLM tools like GitHub Copilot. An old friend reached out and asked if …
·shekhargulati.com·
The One GitHub Copilot Feature I Use
How to Create Custom CLIs for Internal Developer Platforms with Nushell
How to Create Custom CLIs for Internal Developer Platforms with Nushell

How to Create Custom CLIs for Internal Developer Platforms with Nushell

In this video, we delve into the world of Command Line Interfaces (CLIs) and explore how to create our own platform-specific CLI using Nushell. We'll cover why building custom CLIs can be beneficial, especially for internal developer platforms, and how Nushell provides a perfect blend of scripting and programming capabilities. Learn to handle parameters, arguments, and data with ease, and see how to integrate and execute other binaries seamlessly. By the end of this tutorial, you'll be equipped to build efficient, user-friendly CLIs tailored to your platform's needs.

CLI #Nushell #DevTools #DeveloperPlatform

Consider joining the channel: https://www.youtube.com/c/devopstoolkit/join

▬▬▬▬▬▬ 🔗 Additional Info 🔗 ▬▬▬▬▬▬ ➡ Transcript and commands: https://devopstoolkit.live/terminal/how-to-create-custom-clis-that-make-your-devops-life-easier---nushell 🔗 Nushell: https://nushell.sh 🎬 The Future of Shells with Nushell! Shell + Data + Programming Language: https://youtu.be/zoX_S6d-XU4

▬▬▬▬▬▬ 💰 Sponsorships 💰 ▬▬▬▬▬▬ If you are interested in sponsoring this channel, please visit https://devopstoolkit.live/sponsor for more information. Alternatively, feel free to contact me over Twitter or LinkedIn (see below).

▬▬▬▬▬▬ 👋 Contact me 👋 ▬▬▬▬▬▬ ➡ BlueSky: https://vfarcic.bsky.social ➡ 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 Intro to CLIs for Platforms 02:12 Why Build Our Own CLIs? 06:41 How to Build a Platform-Specific CLI? 10:46 Requirements for Internal CLIs 11:52 Help with Nushell 13:34 Parameters and Arguments with Nushell 15:58 Source Code with Nushell 18:35 Binaries Execution with Nushell 19:38 Data Management with Nushell 22:17 Creating Single Self-Sufficient Executable with Nushell

via YouTube https://www.youtube.com/watch?v=TgQZz2kGysk

·youtube.com·
How to Create Custom CLIs for Internal Developer Platforms with Nushell
ublue-os/bazzite: Bazzite is a cloud native image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices - including your favorite handheld.
ublue-os/bazzite: Bazzite is a cloud native image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices - including your favorite handheld.
Bazzite is a cloud native image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices - including your favorite handheld. - ublue-os/bazzite
·github.com·
ublue-os/bazzite: Bazzite is a cloud native image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices - including your favorite handheld.
NVIDIA Statement on the Biden Administration’s Misguided 'AI Diffusion' Rule
NVIDIA Statement on the Biden Administration’s Misguided 'AI Diffusion' Rule
For decades, leadership in computing and software ecosystems has been a cornerstone of American strength and influence worldwide. The federal government has wisely refrained from dictating the design, marketing and sale of mainstream computers and software — key drivers of innovation and economic growth. The first Trump Administration laid the foundation for America’s current strength Read Article
·blogs.nvidia.com·
NVIDIA Statement on the Biden Administration’s Misguided 'AI Diffusion' Rule
Researchers Hacked into Apple's New USB-C Controller
Researchers Hacked into Apple's New USB-C Controller
The investigation started by analyzing the ACE2 to understand its architecture and vulnerabilities. Using hardware exploits on MacBooks and custom macOS kernel modules; they managed to backdoor the ACE2 persistently. However, the ACE3 posed a more formidable challenge due to its robust security enhancements.
·cybersecuritynews.com·
Researchers Hacked into Apple's New USB-C Controller