Showing results for Kubernetes - Developer Support

Apr 19, 2019
0
0

AKS Series – Use Azure Storage Option as Persistent Volumes in AKS

Developer Support
Developer Support

One of the best practices with containers is not to persist data inside the containers for long term as containers are ephermal. These containers can be removed and rebuilt very often and may require storage that persists across pods beyond the application lifecycle. In this blog post, we will learn about how to create Persistent Volumes in AKS wi...

TeamKubernetesMonu Bambroo
Mar 28, 2019
1
0

Bypassing authentication for the local Kubernetes Cluster Dashboard

Developer Support
Developer Support

It’s no secret that you can run a local version of Kubernetes on Docker Desktop for Windows, however, getting the Dashboard installed and configured correctly can be challenging. The problem is that the default installation requires you to manage an admin user and copy that user's bearer token into the portal to login.

TeamKubernetesRandy Patterson
Feb 22, 2019
0
0

Why you should consider VS Code for your Kubernetes/Docker work – Part 2

Developer Support
Developer Support

In this follow up article, we will cover how it can help to deploy Container images stored into Azure Container Registry (ACR). We will also cover the kubectl explain integration which is helpful to understand the structure of YAML files used to describe Kubernetes API objects.

AzureContainersKubernetes
Dec 26, 2018
0
0

Why you should consider VS Code for your Kubernetes/Docker work

Developer Support
Developer Support

VS Code can really be the platform of choice to benefit from the best features. Furthermore, its cross platform support allow users to have the same customer experience on multiple platforms (Windows, Linux and Mac OS).

TeamDevOpsDocker
Aug 13, 2018
0
0

Part II – Kubernetes DevOps : Introduction to Helm

Developer Support
Developer Support

This is the second 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. In the last post, you get to know the application that going to be deployed in the Kubernetes cl...

DevOpsKubernetesRazi Rais
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