Home Search

applications - search results

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

What’s New in LLVM

The LLVM compiler framework has gone from being a technological curiosity to a vital piece of the modern software landscape. It is the engine behind the...

A Comparison of Three Linux ‘App Stores’

I remember, long, long ago, when installing apps in Linux required downloading and compiling source packages. If you were really lucky, some developer might...

Supercomputing under a New Lens: A Sandia-Developed Benchmark Re-ranks Top Computers

A Sandia National Laboratories software program now installed as an additional test for the widely observed TOP500 supercomputer challenge has become increasingly prominent. The...

CNCF Sponsors New Free “Kubernetes Deployment and Security Patterns” eBook From The New Stack

CNCF is proud to sponsor a new FREE ebook from The New Stack titled Kubernetes Deployment and Security Patterns. Download the ebook today. Moving...

Infrastructure 2.0: Whatever We’re Calling it Now, It’s Here

The cloud has taught us about the economies of scale, and now containers are threatening to redefine it once again. It’s the collection of devices...

Cilium 1.0.0-rc4 Released: Transparently Secure Container Network Connectivity Utilising Linux BPF

Cilium is open source software for transparently securing the network connectivity between application services deployed using Linux container management platforms like Docker and Kubernetes. Cilium 1.0.0-rc4 has recently been released, which...

Automated Provisioning in Kubernetes

When deploying applications in a Kubernetes cluster, certain types of services are commonly required. Many applications require a database, a storage service, a message...

Kubernetes Ingress: NodePort, Load Balancers, and Ingress Controllers

A fundamental requirement for cloud applications is some way to expose that application to your end users. This article will introduce the three general...

Kubernetes Ingress: NodePort, Load Balancers, and Ingress Controllers

A fundamental requirement for cloud applications is some way to expose that application to your end users. This article will introduce the three general...

Microservices 101

Microservices are an architectural approach to software development based on building an application as a collection of small services. Each service has its own unique...