Git Product home page Git Product logo

free-tier-aks's Introduction

Free Tier AKS

Purpose of this cluster was to build an AKS cluster for the express purpose of using it to setup a Cilium ClusterMesh with my Free Tier GKE cluster.

Why AKS?

I chose AKS because like Google, Azure also has a free tier offering for their managed Kubernetes service that is pretty decent.

Installing Cilium

One of the Terraform outputs will include the command to install Cilium and it will look something similar to the one shown below. The cluster.id needs to be unique across clusters in your cluster mesh and hence I've based the Resource Group name on the variables, aks_cluster_name_prefix and cluster_id to help ensure uniqueness.

  • example:
cilium install \
  --version 1.14.3 \
  --set cluster.name="playground-aks-6" \
  --set cluster.id=6 \
  --set azure.resourceGroup="playground-aks-6-rg" \
  --set ipam.operator.clusterPoolIPv4PodCIDRList='{10.100.0.0/18}'
  • example output:
๐Ÿ”ฎ Auto-detected Kubernetes kind: AKS
โ„น๏ธ  Using Cilium version 1.14.3
โ„น๏ธ  Using cluster name "playground-aks-6"
โœ… Derived Azure subscription ID 12345678-90ab-cdef-edcb-a09876543210 from subscription MySubscription
โœ… Detected Azure AKS cluster in BYOCNI mode (no CNI plugin pre-installed)
๐Ÿ”ฎ Auto-detected kube-proxy has been installed

ClusterMesh setup

Documentation and examples can be found here

free-tier-aks's People

Contributors

neutrollized avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.