All Projects → ivanfioravanti → kubernetes-the-hard-way-on-azure

ivanfioravanti / kubernetes-the-hard-way-on-azure

Licence: Apache-2.0 License
Bootstrap Kubernetes the hard way on Microsoft Azure Platform. No scripts.

Programming Languages

Makefile
30231 projects

Projects that are alternatives of or similar to kubernetes-the-hard-way-on-azure

cortana-intelligence-customer360
This repository contains instructions and code to deploy a customer 360 profile solution on Azure stack using the Cortana Intelligence Suite.
Stars: ✭ 22 (-93.15%)
Mutual labels:  azure
Azure-AKS-ApplicationGateway-WAF
No description or website provided.
Stars: ✭ 16 (-95.02%)
Mutual labels:  azure
awesome-iotcentral
A curated list of awesome Azure IoT Central libraries, open source repos, guides, blogs, and other resources.
Stars: ✭ 26 (-91.9%)
Mutual labels:  azure
cloud-enablement-aws
Enabling MarkLogic in the cloud (AWS)
Stars: ✭ 18 (-94.39%)
Mutual labels:  azure
vscode-azureappservice
Azure App Service extension for VS Code
Stars: ✭ 79 (-75.39%)
Mutual labels:  azure
terraform-cloudinit-container-server
A batteries included cloud-init config to quickly and easily deploy a single Docker image or Docker Compose file to any Cloud™ VM.
Stars: ✭ 52 (-83.8%)
Mutual labels:  azure
Wendy
소규모 개발팀을 위한 게임 서버
Stars: ✭ 39 (-87.85%)
Mutual labels:  azure
cbtool
Cloud Rapid Experimentation and Analysis Toolkit
Stars: ✭ 65 (-79.75%)
Mutual labels:  azure
devops-governance
Example end-to-end Governance Model from CI/CD to Azure Resource Manager. Use this project to deploy example AAD, ARM and Azure DevOps resources to learn about e2e RBAC.
Stars: ✭ 79 (-75.39%)
Mutual labels:  azure
OpenCQRS
.NET Standard framework to create simple and clean design. Advanced features for DDD, CQRS and Event Sourcing.
Stars: ✭ 546 (+70.09%)
Mutual labels:  azure
communication-ui-library
UI Library for Azure Communication Services helps developers build communication applications with ease. From turn-key composites to UI components that can be composited together.
Stars: ✭ 44 (-86.29%)
Mutual labels:  azure
libnss-aad
A glibc NSS plugin that implements an Azure Active Directory service
Stars: ✭ 17 (-94.7%)
Mutual labels:  azure
AzureAuth
R package for OAuth 2.0 authentication with Azure Active Directory
Stars: ✭ 29 (-90.97%)
Mutual labels:  azure
CosmosDB
PowerShell Module for working with Azure Cosmos DB databases, collections, documents, attachments, offers, users, permissions, triggers, stored procedures and user defined functions.
Stars: ✭ 104 (-67.6%)
Mutual labels:  azure
Naos
A mildly opiniated modern cloud service architecture blueprint + reference implementation
Stars: ✭ 19 (-94.08%)
Mutual labels:  azure
pipeline-as-code-with-jenkins
Pipeline as Code with Jenkins
Stars: ✭ 56 (-82.55%)
Mutual labels:  azure
fortigate-terraform-deploy
Deployment templates for FortiGate-VM on cloud platforms with terraform
Stars: ✭ 30 (-90.65%)
Mutual labels:  azure
faaskit
A lightweight middleware framework for functions as a service
Stars: ✭ 24 (-92.52%)
Mutual labels:  azure
ipranges
🔨 List all IP ranges from: Google (Cloud & GoogleBot), Bing (Bingbot), Amazon (AWS), Microsoft (Azure), Oracle (Cloud) and DigitalOcean with daily updates.
Stars: ✭ 38 (-88.16%)
Mutual labels:  azure
PSBicep
This is the repo for the Bicep PowerShell Module.
Stars: ✭ 67 (-79.13%)
Mutual labels:  azure

Kubernetes The Hard Way on Azure

This tutorial is designed for Microsoft Azure and Azure CLI 2.0. It is a fork of the great Kubernetes The Hard Way from Kelsey Hightower that describes same steps using Google Cloud Platform.

Azure part is based on the superb translation done by Jonathan Carter - @lostintangent in this fork. He is the one who is really behind the Azure "translation".

This tutorial walks you through setting up Kubernetes the hard way. This guide is not for people looking for a fully automated command to bring up a Kubernetes cluster. If that's you then check out Azure Container Services, or the Getting Started Guides.

Kubernetes The Hard Way is optimized for learning, which means taking the long route to ensure you understand each task required to bootstrap a Kubernetes cluster.

Kubernetes Dashboard configuration has been added at the end of the tutorial, to let you play with the cluster through a UI.

The results of this tutorial should not be viewed as production ready, and may receive limited support from the community, but don't let that stop you from learning!

Target Audience

The target audience for this tutorial is someone planning to support a production Kubernetes cluster and wants to understand how everything fits together.

Cluster Details

Kubernetes The Hard Way guides you through bootstrapping a highly available Kubernetes cluster with end-to-end encryption between components and RBAC authentication.

Labs

This tutorial assumes you have access to the Microsoft Azure. While Azure is used for basic infrastructure requirements the lessons learned in this tutorial can be applied to other platforms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].