GithubHelp home page GithubHelp logo

kubernetes.aks's Introduction

kubernetes.aks

Kubernetes via Azure Container Service Testing and Notes

Prerequisites

There are a number of components to a successful large scale deployment of AKS, this section will cover the prerequisites

Local Applications

The following applications should be installed locally.

  • azure-cli
  • kubectl
  • kubectx
  • terraform
  • helm
  • draft (potentially)

Permissions

The platform engineers who are responsible for this deployment should have at least the following permissions:

  • To install local apps (see above) and manage their local hostfile
  • To define and configure DNS A records, SSL certs
  • To create an Application SPN in Azure AD and grant that SPN permissions to the subscription (or have it done for you)

Gotchas

AKS will have RBAC enabled by default - this means that any failures from Helm charts or deployments should be investigated first in the context of authorisation. Specifically, helm requires either a service account created ahead of time, or to specify the usage of default - and traefik must be deployed after one has created a cluster-admin role, for the deployment's rbac.enabled=true setting to function properly.

Additionally, HEAPSTER will not work properly unless the cluster role binding for the Heapster service account is configured and the Metrics Server (https://github.com/kubernetes-incubator/metrics-server) is installed onto the cluster.

az account set -s $(az account list --query "[0].id")

kubernetes.aks's People

Watchers

James Cloos 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.