https://github.com/lazauk/kubernetes-azure
My attempts to document what I was learning, while playing with AKS in Azure
https://github.com/lazauk/kubernetes-azure
documentation kubernetes
Last synced: 3 months ago
JSON representation
My attempts to document what I was learning, while playing with AKS in Azure
- Host: GitHub
- URL: https://github.com/lazauk/kubernetes-azure
- Owner: LazaUK
- Created: 2018-12-22T12:37:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T12:45:30.000Z (over 6 years ago)
- Last Synced: 2025-01-12T05:11:08.455Z (4 months ago)
- Topics: documentation, kubernetes
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes in Azure (AKS)
This repo lists my demo definition files, which you can use as a template to deploy your own containerised apps in Azure Container Services (AKS) with Kubernetes.
There are effectively 3 files:
- Pod one: to create smallest container unit in AKS;
- Deployment: this is now more robust deployment, with a number of desired pods, so that AKS do its magic with self-healing;
- Service: that is the way to enable access to your solution from the public network. It would automatically deploy Azure LoadBalancer for you as a part of the setupAny questions, feel free to reach out to me to discuss or create a new pull requests, if you want to extend anything here further.