Showing results for Azure Container Service - Developer Support

Sep 25, 2019
0
0

A Survey of Kubernetes Features in Azure

Developer Support
Developer Support

Using Azure services like AKS, Azure Container Instances and Azure Dev Spaces makes setting up a cluster and testing your containers relatively simple.

TeamAzure DevOpsDocker
May 14, 2019
14
0

Azure DevOps Pipelines: Leveraging OWASP ZAP in the Release Pipeline

Developer Support
Developer Support

As part of an organization’s automated Release pipeline, it is important to include security scans and report on the results of these scans. One tool used in the industry is the OWASP Zed Attack Proxy (ZAP).

TeamAzure DevOpsAzure Container Service
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
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