Skip to content

Latest commit

 

History

History
88 lines (54 loc) · 7.3 KB

2025-03-11-aks-bitnami-open-source-deployments.md

File metadata and controls

88 lines (54 loc) · 7.3 KB
title description date author categories
Accelerating Open-Source Innovation with AKS and Bitnami on Azure Marketplace
Accelerate your Kubernetes deployments on Azure with Bitnami’s secure, pre-configured OSS solutions. This guide shows how to use Terraform, Azure CLI, and ARM templates to effortlessly deploy popular OSS offers like Argo CD, ClickHouse, MinIO, Prometheus Operator, RabbitMQ, Kafka, MongoDB, NGINX, PostgreSQL, and Redis—cutting operational overhead and fueling innovation
2025-04-01
Bob Mital
general

Azure Kubernetes Service (AKS) combined with Bitnami's open-source solutions available on Azure Marketplace streamlines and accelerates the deployment of your Kubernetes workloads that depend on widely-used open-source projects.

Bitnami's ready-to-use Azure Kubernetes apps simplify the deployment process. This means you don't need to write deployment code with Helm, YAML, or custom scripts— just follow the below guides for deployment and the OSS app is ready to use.

Combining the highly managed Azure Kubernetes Service (AKS) platform with Bitnami's open-source solutions on Azure Marketplace streamlines the deployment of Kubernetes workloads that rely on popular open-source projects, allowing teams to focus on innovation rather than infrastructure management.

A key benefit for AKS users is easy access to timely security updates. Bitnami regularly builds fresh images with the latest upstream patches and automatically publishes them to the Azure Marketplace. Users can quickly apply updates, making it simpler and more secure to manage open source software on Azure.

Why AKS + Bitnami OSS?

✔ Instant Open-Source Deployments on AKS

Bitnami's Kubernetes-optimized OSS solutions let you deploy databases, web apps, developer tools, and more on AKS quickly.

  • Deploy faster – Get up and running in minutes with pre-configured applications. Deploy one-click via Azure marketplace onto your AKS cluster.
  • Reduce operational overhead – Let AKS manage infrastructure while Bitnami provides security-hardened OSS solutions.
  • Ensure enterprise-grade reliability – Built-in Azure scaling and monitoring keep applications running smoothly.
  • Simplified Kubernetes Management: AKS is a fully managed Kubernetes platform that handles infrastructure complexities, freeing your team from operational burdens like cluster upgrades and patching. The Bitnami packaged OSS apps manage the application lifecycle, further reducing your workload.
  • Enhanced Security and Reliability: Bitnami's open-source Kubernetes apps on Azure Marketplace are pre-packaged, secure, and rigorously certified. Each app undergoes thorough vulnerability scans and regular updates to ensure security and reliability.
  • Innovate with open source: By using Bitnami's open-source strengths, you gain flexibility, transparency, and community-driven innovation. This helps your team build confidently on proven technology stacks, using popular open-source projects in your AKS workloads.

Better Together: AKS + Bitnami OSS for Cloud-Native Success

By combining the power of AKS with Bitnami's trusted open-source applications, organizations can:

  • ✔Strengthen security posture – Bitnami apps are pre-hardened, regularly updated, and scanned for vulnerabilities, while AKS provides built-in features like RBAC, network policies, and automated patching to safeguard your workloads.
  • ✔ Deploy faster – Get up and running in minutes with pre-configured applications. Deploy one-click via Azure marketplace onto your AKS cluster or programmatically via Terraform, Azure CLI or ARM templates.
  • ✔ Ensure enterprise-grade reliability – Built-in Azure scaling and monitoring keep applications running smoothly.

Follow up links for detailed instructions and deployment options

Link to OSS Deployment guides on AKS https://github.com/bitnami/azure-cnab-guides

Deployment Description Link
Argo CD Deploy Argo CD for GitOps continuous delivery on Kubernetes. View Guide
ClickHouse Deploy ClickHouse, a fast open-source columnar database. View Guide
MinIO® Deploy MinIO®, a high-performance object storage system. View Guide
Prometheus Operator Deploy Prometheus Operator for monitoring and alerting. View Guide
RabbitMQ Deploy RabbitMQ, a message-broker for reliable communication. View Guide
Kafka Deploy Apache Kafka for distributed event streaming. View Guide
MongoDB Deploy MongoDB, a popular NoSQL document database. View Guide
NGINX Deploy NGINX as a web server or reverse proxy. View Guide
PostgreSQL Deploy PostgreSQL, a powerful open-source relational database. View Guide
Redis Deploy Redis, an in-memory key-value data store. View Guide

What Are Kubernetes Apps?

As organizations scale their Kubernetes environments, the demand for secure, intelligent, and cost-effective deployments has never been higher.

This follow-up blog takes you a step further by demonstrating how to programmatically deploy Kubernetes Apps using tools like Terraform, Azure CLI, and ARM templates. By leveraging Azure Marketplace, organizations can:

  • Deploy using trusted security frameworks
  • Optimize for cost with flexible deployment options
  • Tap into AI-ready Kubernetes solutions

This automated approach reduces operational overhead, accelerates time-to-market, and empowers teams to focus on innovation rather than infrastructure.

👉 Learn more in the What Are Kubernetes Apps? blog post.

Programmatic Kubernetes Deployment

Learn how to programmatically deploy Kubernetes using the following tools:

  • Terraform: Infrastructure as Code tool for provisioning Kubernetes clusters.
  • Azure CLI: Command-line interface for managing Azure resources, including Kubernetes deployments.
  • ARM Templates: Azure Resource Manager templates for declarative deployment of Kubernetes applications.

👉 Check out the blog post for a step-by-step guide on deploying a Kubernetes application using Terraform and Azure CLI.