Code it Yourself...
Code it Yourself...

  • Archives
  • Categories
  • Tags
  • Events
  • About Me


  • Github RSS

  • Mode
  1. Home
  2. Tags
  3. storage

AKS: High Available Storage with Rook and Ceph

AKS: High Available Storage with Rook and Ceph
October 23, 202110 min read Azure KubernetesAksCephRookStorage

Disclaimer: this is just a Proof of Concept. If you deploy Azure Kubernetes Service clusters with availability zones, you’ll probaly need a high available storage solution. In such situation you may use Azure Files as an external storage solution. But what if you need something that performs better? Or something...

Read More

Static website hosting in an Azure Storage Account protected with Private Endpoint

Static website hosting in an Azure Storage Account protected with Private Endpoint
September 17, 20215 min read AzurePrivate EndpointStatic WebsiteStorageStorage Account

This post will show you how to deploy a Static Website on a Storage Account protected with Private Endpoint using Terraform: Define the terraform providers to use Create a providers.tf file with the following contents: 1terraform { 2 required_version = "> 0.12" 3 required_providers { 4 azurerm = { 5 source = "azurerm"...

Read More
Profile
Carlos Mendible
Carlos Mendible
Father | Husband | Sr Cloud Solution Architect | Former Azure & Developer Technologies MVP | Opinions are my own
Microsoft
Madrid. Spain
About Me
Taxonomies
azure dotnet kubernetes devops management certifications
aks aspnetcore dapr docker powershell terraform cloud keyvault managedidentity ansible ALL 167
2023 3 2022 3 2021 15 2020 9 2019 14 2018 20 2017 33 2016 33 2015 4 2014 1 2013 2 2011 1 2010 5 2009 7
Posts
  • AKS: Login with Azure CLI and Workload Identity
    AKS: Login with Azure CLI and Workload Identity
    September 4, 2023
  • AZQR: Azure Quick Review
    AZQR: Azure Quick Review
    August 27, 2023
  • Azure Function HTTP Trigger with Golang
    Azure Function HTTP Trigger with Golang
    March 26, 2023
  • AKS: Simulate Spot Node Eviction
    AKS: Simulate Spot Node Eviction
    March 20, 2022
  • AKS: Disable local accounts with Terraform
    AKS: Disable local accounts with Terraform
    January 25, 2022
Actions
Twitter Facebook

Go back Reload Copy URL

Code it Yourself...

Copyright: 2009-2023 - Carlos Mendible. All Rights Reserved.