Managing Terraform Cloud with .NET Core
A tutorial on using the Tfe.NetClient library to manage Terraform Cloud infrastructure from a .NET Core console application.
Carlos Mendible is a Principal Cloud Solution Architect at Microsoft who writes in-depth, hands-on guides about Azure, Kubernetes, Terraform, and Generative AI, focusing on real-world cloud automation and architecture.
161 articles from this blog
A tutorial on using the Tfe.NetClient library to manage Terraform Cloud infrastructure from a .NET Core console application.
A technical guide on configuring an Azure Function's Blob Trigger to securely connect to a Storage Account using a Private Endpoint and VNet Integration.
Explores secure credential management in Azure using Managed Identities to avoid storing secrets in code or configuration.
A technical guide on configuring an NGINX Ingress Controller with Dapr sidecar injection in Kubernetes for exposing Dapr-enabled applications.
A tutorial on using Dapr with .NET Core to securely read and access Kubernetes secrets within a microservices application.
A tutorial on deploying MongoDB in Azure Kubernetes Service (AKS) using the MongoDB Enterprise Operator and Ops Manager.
A tutorial on debugging .NET Core applications integrated with Dapr using Visual Studio Code, including configuration steps.
Explores secure credential management for cloud apps using Azure Managed Identities to avoid hardcoded secrets in code and source control.
A guide to setting up a Visual Studio Code Remote Container for Jekyll development, isolating Ruby and Jekyll dependencies.
Guide to securely access Azure Key Vault secrets from AKS pods using AAD Pod Identity without explicit credentials.
A tutorial on implementing GitOps for deploying applications to Azure Kubernetes Service (AKS) using the Flux tool.
A guide on using Kured, a Kubernetes Reboot Daemon, to automatically restart Azure Kubernetes Service nodes after security patches.
A guide to setting up a Visual Studio Code remote development container for Azure Blockchain and Ethereum smart contract development.
A guide to creating a VS Code Remote Container development environment for Azure and Ansible projects.
A tutorial on scaling Kubernetes deployments programmatically using a .NET Core API and the KubernetesClient library.
An ARM template to enable the Container Monitoring Solution on an existing Azure Log Analytics Workspace.
Guide to deploying the Global Azure Bootcamp Science Lab planet discovery workload in a Kubernetes cluster using provided YAML configuration.
Explains how to expose multiple services through a single Azure Application Gateway Ingress in AKS using path-based routing and annotations.
A technical guide on creating a Persistent Volume in Azure Kubernetes Service (AKS) using an existing Azure Storage Account, including YAML templates.
A tutorial on using Kubernetes ConfigMaps to mount a custom configuration file into a Pod, replacing the default one.