Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 373 Bytes

File metadata and controls

17 lines (13 loc) · 373 Bytes

powershell-kubernetes

Automated deployment of a kubernetes cluster in Azure using Powershell

Missing cloud provider integration.

Based on https://github.com/kelseyhightower/kubernetes-the-hard-way

Howto:

  1. Import module:
import-module .\k8s.psm1
  1. Run command (have a look inside \Public\New-K8sCluster.ps1 for parameters needed):
New-K8sCluster