Showing results for Containers - ISE Developer Blog

Oct 25, 2018
Post likes count1

How to Build A K8S Http API For Helm, and Serve Micro-services Using A Single IP

Itye Richter
Itye Richter

The Commercial Software Engineering team (CSE) partnered with Axonize to automate the process of deploying apps to Kubernetes, and expose these apps to the internet via a single IP. This post is about enabling applications in your Kubernetes cluster to programmatically install helm charts and expose them through a single public facing IP.

ContainersInternet Of Things
Aug 9, 2018
Post likes count0

Infrastructure as Code – On demand GPU clusters with Terraform & Jenkins

Tomer Rosenthal
Tomer Rosenthal

Developing robust algorithms for self-driving cars requires sourcing event data from over 10 billion hours of recorded driving time. CSE worked with Cognata, a startup developing simulation platforms for autonomous vehicles, to build a Jenkins pipeline and Terraform solution that enabled our partner to dynamically scale GPU resources for their simu...

DevOpsContainers
Jul 9, 2018
Post likes count0

Deploying a Batch AI Cluster for Distributed Deep Learning Model Training

Stephanie Marker
Stephanie Marker

Microsoft and Land O'Lakes partnered to develop an automated solution to identify sustainable farming practices given thousands of satellite images of Iowan farms. Our primary goal was to reduce the reliance on manual interviewing of farmers and make it more profitable for farmers to follow sustainable farming practices. To tackle this issue our te...

Machine LearningContainers
Jun 1, 2018
Post likes count0

Building a Private Ethereum Consortium

Jason Poon
Jason Poon

Over the past two years, Microsoft and Webjet have collaborated to build a blockchain-based solution, Rezchain, to help travel companies reduce payment disputes. In this code story, we’ll share the lessons learned in creating the Rezchain consortium. In particular, we'll focus on how we solved the challenges involved with enabling Ethereum nodes t...

ContainersBlockchain
Feb 9, 2018
Post likes count0

Using Helm to Deploy Blockchain to Kubernetes

Jason Poon
Jason Poon

We recently worked with Webjet to migrate their deployment from IaaS to Kubernetes and used Helm to deploy a private Ethereum network to Kubernetes.

ContainersBlockchain
Jan 29, 2018
Post likes count0

Orchestrating TURN Servers for Cloud Deployment

Anastasia Zolochevska
Anastasia Zolochevska

We worked with Aveva to build 3DToolkit, a toolkit for creating powerful cloud-based 3D experiences that stream on low-powered devices with WebRTC.

DevOpsContainersAzure App Services
Jan 9, 2018
Post likes count0

Deploying a Linux Python web application to Service Fabric via Docker Compose

Clemens Wolff
Clemens Wolff

This article covers how to take a standard Python web service consisting of an application tier, a WSGI server, and a Nginx reverse proxy and deploy it via Linux containers to a Linux cluster managed by Azure Service Fabric using only simple tooling like Docker Compose.

DevOpsContainers