Home Search

applications - search results

If you're not happy with the results, please do another search

Bash Variables: Environmental and Otherwise

Bash variables, including those pesky environment variables, have popped up several times in previous articles, and it’s high time you get to know them...

Demystifying Kubernetes Operators with the Operator SDK: Part 1

You may have heard about the concept of custom Operators in Kubernetes. You may have even read about the CoreOS operator-sdk, or tried walking...

Add It Up: Serverless vs. Kubernetes vs. Containers

Has “serverless” surpassed containers? Will Kubernetes be the center of the universe for developers? Regardless of the technical benefits, your personal investment in the...

The Beginner’s Guide to the CNCF Landscape

The cloud native landscape can be complicated and confusing. Its myriad of open source projects are supported by the constant contributions of a vibrant...

Google Integrates Istio Service Mesh into Kubernetes Service

Istio, the open source service mesh that helps provide traffic management, observability, and security to microservices and distributed applications, is taking another step forward...

Gaining eBPF Vision: A New Way to Trace Linux Filesystem Disk Requests

A real-world use case of eBPF tracing to understand file access patterns in the Linux kernel and optimize large applications. By Gabriel Krisman Bertazi, Software...

Get Cyber Monday Savings on Linux Foundation Training and Certification

It’s time for our biggest sale of the year. The Linux Foundation’s annual Cyber Monday event means you can get trained and get certified...

A Closer Look at Voice-Assisted Speakers

U.S. consumers are expected to drop a bundle this Black Friday on smart speakers and home hubs. A Nov. 15 Canalys report estimates that...

What Is Machine Learning? We Drew You Another Flowchart

The vast majority of the AI advancements and applications you hear about refer to a category of algorithms known as machine learning. (For more background...

Envoy and gRPC-Web: A Fresh New Alternative to REST

gRPC-Web is a JavaScript client library that enables web applications to interact with backend gRPC services using Envoy instead of a custom HTTP server as an intermediary. Last week,...