Showing results for Kubernetes - Developer Support

Aug 8, 2018
0
0

Kubernetes DevOps I – Introduction to the Historic Events

Developer Support
Developer Support

This is the first post in a multi part blog series on Kubernetes DevOps using Azure. I am co-authoring this series with the help of my colleague at Microsoft, Daniel Selman. We recently worked on K8s project together and thought to share out learnings.

DevOpsKubernetesRazi Rais
Mar 11, 2018
0
0

Setting up CI/CD targeting Red Hat OpenShift Kubernetes Using VSTS

Developer Support
Developer Support

In this post, Premier Developer Consultant Najib Zarrari demonstrates how to deploy a containerized ASP.NET Core Web API app into an OpenShift Kubernetes cluster.The first part of this blog will go over how to create a sample ASP.NET Core web application with Docker support. We will use this as our demo app to deploy to the Kubernetes cluster. Then...

VSTSDockerKubernetes
Oct 23, 2017
0
0

Docker Blog Series Part 4 – Managing Secrets inside Kubernetes Cluster in Azure Container Service

Pam Lahoud
Pam Lahoud

This post is the next in a series of Docker posts from Premier Developer consultant Monu Bambroo.  In this post, Monu walks through setting up a Web API to leverage Kubernetes for managing secrets. One of the common tasks in application development is to manage configurations. Some of the configurations can be sensitive information. One of t...

DockerContainersKubernetes
Jun 20, 2017
0
0

Setting up CI/CD for Docker Container Running in Kubernetes using VSTS

Monu Bambroo
Monu Bambroo

This post is provided by Senior Consultant, Najib Zarrari to explain setting up CI/CD for Docker Container running in Kubernetes using VSTS.  In my last post, I covered how you can create a simple Web API, run the Web API in a Docker container and then deploy the container to a Kubernetes cluster provisioned using Azure Container Service (ACS) i...

AzureVSTSDocker
Jun 19, 2017
0
0

Running Web API using Docker and Kubernetes

Monu Bambroo
Monu Bambroo

This post is provided by Senior Consultant, Najib Zarrari to explain running Web API using Docker and Kubernetes. As companies are continuously seeking ways to become more Agile and embracing DevOps culture and practices, new designs principles have emerged that are more closely aligned with those aspirations.  One such a design principle that h...

DockerKubernetesWeb api