GaunaCode

  • About
×

azure

A collection of 56 posts

March 3, 2020

Building and pushing a container to a registry with environment/git commit tag

One way to implement promotions in GitOps is to have the operator deploy images published with a prefixed environment tag. For example, if you want your operator in your staging cluster to deploy only images ready for staging, you can...

devops azure containers

March 1, 2020

Configuring Flux to use Helm charts from Azure Container Registry

Flux watches a Git repository containing Kubernetes manifests and it applies changes to the cluster. Realistically, you will also use Helm charts. You can install the Flux Helm operator so that you can declare what Helm charts should be installed...

devops azure kubernetes

February 29, 2020

Publishing Helm 3 charts to Azure Container Registry using Azure DevOps - Part 2

In part 1, I covered the what’s happening underneath the covers with the usage of OCI artifacts to publish to Azure Container Registry. As a reminder, we published a dummy file as a generic artifact to the container registry. In...

devops azure kubernetes

February 28, 2020

Verbose debugging in Azure DevOps pipelines

You might already know about the easy button. The diagnostics option when you manually trigger a pipeline. Are you debugging a pesky pipeline and tired of manually triggering it?

devops azure

February 27, 2020

Publishing Helm 3 charts to Azure Container Registry using Azure DevOps - Part 1

Did you know you can publish Helm charts to an Azure Container Registry? It can be useful. Charts can be shared more easily with others or other business units. But also, when using a GitOps workflow, we can reference these...

devops azure containers

Page 4 of 12 Older Posts

Twitter GitHub Linkedin RSS

Back to top

Explore Site

  • About

About Me

Hello, I'm Facundo Gauna. I help teams build cloud-native apps on Azure.

Recent Articles

  • November 11, 2020
    Creating an HTTPS ingress controller with your own TLS certificate and with public static IP on AKS
  • October 3, 2020
    AKS Best Practice: Backing up AKS with Velero
    AKS Best Practice: Backing up AKS with Velero
  • September 18, 2020
    AKS Cost Savings: Stopping dev/test AKS clusters during off hours
    AKS Cost Savings: Stopping dev/test AKS clusters during off hours

Tags

architecture azure containers culture devops kubernetes microservices miscellaneous performance-tests security testing