VS Code Docker extension can now run containers in Azure Container Instances 

3 min read

Today we are releasing version 1.4 of our Visual Studio Code Docker extension, which makes it easy to build, manage, and deploy containerized applications from Visual Studio Code (VS Code). In this release, you can now view and troubleshoot containers deployed in Azure Container Instances (ACI) from within VS Code. If you are using, or Read more

3 Comments

Announcing Azure Functions extension for Dapr 

3 min read

We’re excited to announce a new extension for Azure Functions that lets a function seamlessly interact with Dapr for building cloud-native applications. Azure Functions provides an event-driven programming model and Dapr provides a set of essential cloud-native building blocks. With this new extension, you can now bring both together for serverless and event-driven apps that Read more

1 Comment

Announcing Azure Service Operator for Kubernetes 

1 min read

Today, we’re announcing Azure Service Operator―an open source project we’ve been working on in collaboration with a handful of customers to expose several Microsoft Azure services as Kubernetes operators. As we’ve seen Kubernetes adoption grow exponentially, we’ve also seen an increasing desire from customers to manage their resources exclusively through the Kubernetes control plane. Kubernetes Read more

2 Comments

See you at camp…virtual Cloud Native Camp that is! 

1 min read

Join us next Tuesday, June 23, for Camp Cloud Native! Previously known as Cloud Native eParty, the free live virtual event is focused on the cloud native ecosystem, with a focus on education and fun! The 12-hour event will span from 5am PT to 5pm PT. In addition to co-organizing the event, Microsoft has a Read more

The Open Application Model reaches a new milestone with v1Alpha2 and Crossplane 

3 min read

In March of this year, the Open Application Model (OAM) specification reached the second draft milestone of the spec, dubbed v1Alpha2. This draft was a collaborative effort with the OAM community and the community behind Crossplane—a forward-thinking open source project that enables you to use the Kubernetes API to provision and manage cloud infrastructure, services, Read more

1 Comment

Announcing cloud-native workflows using Dapr and Logic Apps 

6 min read

The Distributed Application Runtime (Dapr) project is growing rapidly are we’re grateful for all the community support and customer feedback. While working with customers building business applications, we find that one of the most frequent needs is the ability to schedule, automate, and orchestrate business processes. This is often called a business workflow. Workflows also Read more

1 Comment

Scaling Kubernetes: Intro to Kubernetes-based event-driven autoscaling (KEDA) 

6 min read

A Kubernetes cluster requires compute resources to run applications and these resources may need to increase or decrease depending on the application requirements. This typically falls under the category of “scaling” and can be broadly divided into cluster and application scaling. To deal with increasing requirements, such as high traffic, you can scale out your Read more

3 Comments

Helm, the package manager for Kubernetes, now a CNCF graduated project 

2 min read

Yesterday, Helm became a graduated project in the Cloud Native Computing Foundation (CNCF), joining a select group of projects that the CNCF recognizes for achieving majority adoption by the cloud-native community. I want to extend congratulations and thanks both to the creators of Helm, as well as to the broader Helm community that has supported, Read more

How Distributed Application Runtime (Dapr) has grown since its announcement 

6 min read

Since the October 2019 announcement of the Distributed Application Runtime (Dapr), we have seen a tremendous response and the emergence of an engaged Dapr community. Over the past six months, more than 120 contributors have jumped on board and participated in the effort to build and extend Dapr through the GitHub repos – opening issues, Read more

Join the Kubernetes Release Team: learn from and give back to the community 

6 min read

Thinking about joining the Kubernetes Release Team? Curious what it even is? As someone who started as a shadow on the Communications team for the 1.16 and 1.17 Release Team and eventually became the Communications Lead for the 1.18 release, I want to share what I’ve learned from this journey and answer any questions you may have about the Release Team.  Read more

WebAssembly meets Kubernetes with Krustlet 

6 min read

Linux container technology has changed the face of computing, but especially distributed computing in publicly rentable servers commonly said to be “the public cloud” (like Microsoft Azure). With containers came tooling – like Docker – and systems that orchestrate potentially millions of them – with Kubernetes becoming the most widely used. Together, they have enabled millions of developers and organizations to deliver software more rapidly, widely, and productively Read more

Kubernetes Event-driven Autoscaling (KEDA) joins the CNCF as a sandbox project 

1 min read

Last year Microsoft and Red Hat announced Kubernetes Event-driven Autoscaling (KEDA) – a way to bring event scale for any container or workload deployed into any Kubernetes cluster. Since then, we have been blown away by the response from the community in helping to make KEDA even better. Our mission from the beginning was to Read more

2 Comments