Skip to content

scroll2learn/configuring-aks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Configuring Azure Kubernetes Service (AKS)

This file contains text you can copy and paste for the examples in Cloud Academy's Configuring Azure Kubernetes Service (AKS) course.

Introduction

Azure Free Trial

Working with a Cluster

az aks get-credentials --resource-group aks1 --name cluster1
kubectl get nodes
git clone https://github.com/cloudacademy/configuring-aks.git
cd configuring-aks
kubectl apply -f azure-vote.yaml
kubectl get service azure-vote-front

Summary

Azure Kubernetes Service documentation
[email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors