Giter Club home page Giter Club logo

terraform-azurerm-aks-centos7-vmss's Introduction

Centos VMSS Azure Module

This repo contains a Module for deploying a custom Centos7 VMSS for a existing AKS cluster. In general there should be no need to rely on a specific OS if you use containers, however, sometimes reality requires to install some custom packages to make your software stack working.

This module provides a recipe of how to add your custom centos workers to an existing AKS.

How to use this Module

Create an AKS instance. Since this module doe not support all versions and all features of AKS you can use the terraform module in the examples folder to get started.

Create the AKS cluster:

cd examples/aks
terraform init
terraform apply --var resource_group_name=myaks --var name=myaks --auto-approve

After we have an AKS instance we can apply the centos vmss module

cd examples/aks-centos-vmss
terraform init
terraform apply --var resource_group_name=myaks --var aks_name=myaks --var name=mycentos --auto-aprrove

when the deployment is done you should be able to see the new centos worker in the node list

kubectl get node
NAME                                 STATUS   ROLES   AGE    VERSION
aks-default-31244857-vmss000000      Ready    agent   17m    v1.20.9
aks-plain-mycentos-vmss000000        Ready    agent   5m8s   v1.20.9

Note: The VMSS is deployed into the reource group which also contains the AKS VMSS resources (MC_myaks_<aks_name>_)

License

This code is released under the Apache 2.0 License.

terraform-azurerm-aks-centos7-vmss's People

Watchers

 avatar

Forkers

ryanoatz99

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.