Open-source News

GNU Toolchain Leaders Support Moving Their Infrastructure Under The Linux Foundation

Phoronix - Fri, 10/14/2022 - 18:09
Brought up in September was the proposal of moving the GNU toolchain infrastructure under the Linux Foundation's IT services. The GNU Toolchain leaders have now come out formally in support of this proposed move...

Linux 6.1 To Allow Faster File Sharing Between Host & Guests With 9P VirtIO Optimization

Phoronix - Fri, 10/14/2022 - 17:42
The 9P network protocol is commonly used -- such as with with QEMU's 9pfs pass-through file-system -- for being able to share certain directories/files on host machines with the guest operating systems. With Linux 6.1 the 9p code has seen a nice set of optimizations that can allow for faster communication between the host and guest(s)...

Intel Publishes New Media Driver, oneVPL GPU Runtime "2022Q3" Releases

Phoronix - Fri, 10/14/2022 - 17:24
Intel has published their "2022Q3" releases for their open-source Media Driver with VA-API support as well as their Intel oneVPL GPU Runtime...

NVIDIA-VAAPI-Driver 0.0.7 Released For Enjoying VA-API With NVIDIA's Proprietary Driver

Phoronix - Fri, 10/14/2022 - 17:09
The NVIDIA-VAAPI-Driver is the open-source, community-developed Video Acceleration API (VA-API) implementation that is built to make use of NVIDIA's NVDEC interface exposed by their proprietary Linux graphics driver stack. In turn this VA-API implementation is notable since it allows for NVIDIA GPU video acceleration with Firefox that targets VA-API but not the NVIDIA interfaces...

Can Kubernetes help solve automation challenges?

opensource.com - Fri, 10/14/2022 - 15:00
Can Kubernetes help solve automation challenges? Rom Adams Fri, 10/14/2022 - 03:00

I started my automation journey when I adopted Gentoo Linux as my primary operating system in 2002. Twenty years later, automation is not yet a done deal. When I meet with customers and partners, they share automation wins within teams, but they also describe the challenges to achieving similar success at an organizational level.

Most IT organizations have the ability to provision a virtual machine end to end, reducing what used to be a four-week lead time to just five minutes. That level of automation is itself a complex workflow, requiring networking (IP address management, DNS, proxy, networking zones, and so on), identity access management, hypervisor, storage, backup, updating the operating system, applying the latest configuration files, monitoring, security and hardening, and compliance benchmarking. Wow!

It's not easy to address the business need for high velocity, scaling, and on-demand automation. For instance, consider the classic webshop or an online government service to file tax returns. The workload has well-defined peaks that need to be absorbed.

A common approach for handling such a load is having an oversized server farm, ready to be used by a specialized team of IT professionals, monitoring the seasonal influx of customers or citizens. Everybody wants a just-in-time deployment of an entire stack. They want infrastructure running workloads within the context of a hybrid cloud scenario, using the model of "build-consume-trash" to optimize costs while benefiting from infinite elasticity.

In other words, everybody wants the utopian "cloud experience."

More on Kubernetes What is Kubernetes? Free online course: Containers, Kubernetes and Red Hat OpenShift technical over… eBook: Storage Patterns for Kubernetes Test drive OpenShift hands-on An introduction to enterprise Kubernetes How to explain Kubernetes in plain terms eBook: Running Kubernetes on your Raspberry Pi homelab Kubernetes cheat sheet eBook: A guide to Kubernetes for SREs and sysadmins Latest Kubernetes articles Can the cloud really deliver?

All is not lost, thanks mainly to the way Kubernetes has been designed. The exponential adoption of Kubernetes fuels innovation, displacing standard legacy practices for managing platforms and applications. Kubernetes requires the use of Everything-as-Code (EaC) to define the desired state of all resources, from simple compute nodes to TLS certificates. Kubernetes compels the use of three major design constructs:

  • A standard interface to reduce integration friction between internal and external components
  • An API-first and API-only approach to standardize the CRUD (Create, Read, Update, Delete) operations of all its components
  • Use of YAML as a common language to define all desired states of these components in a simple and readable way

These three key components are essentially the same requirements for choosing an automation platform, at least if you want to ease adoption by cross-functional teams. This also blurs the separation of duties between teams, helping to improve collaboration across silos, which is a good thing!

As a matter of fact, customers and partners adopting Kubernetes are ramping up to a state of hyper-automation. Kubernetes organically drives teams to adopt multiple DevOps foundations and practices—like EaC, version control with Git, peer reviews, documentation as code—and encourages cross-functional collaboration. These practices help mature a team's automation skills, and they help a team get a good start in GitOps and CI/CD pipelines dealing with both application lifecycle and infrastructure.

Making automation a reality

You read that right! The entire stack for complex systems like a webshop or government reporting can be defined in clear, understandable, universal terms that can be executed on any on-prem or cloud provider. An autoscaler with custom metrics can be defined to trigger a just-in-time deployment of your desired stack to address the influx of customers or citizens during seasonal peaks. When metrics are back to normal, and cloud compute resources don't have a reason to exist anymore, you trash them and return to regular operations, with a set of core assets on-prem taking over the business until the next surge.

The chicken and the egg paradox

Considering Kubernetes and cloud-native patterns, automation is a must. But it raises an important question: Can an organization adopt Kubernetes before addressing the automation strategy?

It might seem that starting with Kubernetes could inspire better automation, but that's not a foregone conclusion. A tool is not an answer to the problem of skills, practices, and culture. However, a well-designed platform can be a catalyst for learning, change, and cross-functional collaboration within an IT organization.

Get started with Kubernetes

Even if you feel you missed the automation train, don't be afraid to start with Kubernetes on an easy, uncomplicated stack. Embrace the simplicity of this fantastic orchestrator and iterate with more complex needs once you've mastered the initial steps.

Automation at the organization level has been an elusive goal, but Kubernetes might be able to change all that.

Image by:

opensource.com

Kubernetes Cloud Automation What to read next This work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License. Register or Login to post a comment.

20 Linux egrep Command Examples

Tecmint - Fri, 10/14/2022 - 14:18
The post 20 Linux egrep Command Examples first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this guide, we will discuss some of the practical examples of the egrep command. After following this guide, users will be able to perform text searching more efficiently in Linux. Have you

The post 20 Linux egrep Command Examples first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Create Your Own Plugin for ONLYOFFICE Docs

Tecmint - Fri, 10/14/2022 - 12:31
The post How to Create Your Own Plugin for ONLYOFFICE Docs first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this article, you will learn how to create your own plugin for ONLYOFFICE Docs and how to publish it in the official plugin marketplace that is available starting from version 7.2. ONLYOFFICE

The post How to Create Your Own Plugin for ONLYOFFICE Docs first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Rusticl Lands Fixes For Rust-OpenCL Discrete GPU Support, Preps SPIR-V Program Support

Phoronix - Fri, 10/14/2022 - 07:56
Merged for Mesa 22.3 one month ago was Rusticl as a new OpenCL implementation written in Rust. Since then Karol Herbst of Red Hat, who has led the work on this new driver front-end, has been working to get Rusticl running on more Gallium3D drivers and even atop Zink for execution with Vulkan drivers. Much of his testing/focus so far has been making use of integrated GPUs while an important patch series was merged this evening for discrete GPU fixes...

Pages