Site Map
Expedition Map Microsoft Azure ...
Expedition Map Microsoft Azure ...
Introduction
Introduction Azure Functions is a serverless compute service that allows you to run event-driven code without provisioning or managing infrastructure. It supports multiple programming languag...
Introduction name: CI Pipeline on: push: branches: [main] pull_request: branches: [main] jobs: build: runs-on: ubuntu-latest steps: - name: Check out code us...
Introduction GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflow...
Introduction Act is a tool to run your GitHub Actions locally Benefits Fast Feedback Rather than having to commit/push every time you want to test ...
Introduction Containers A container is an atomic unit of software that packages up code, dependencies, and configuration for a specific application. Containers allow you to split up monolith...
Introduction Azure Kubernetes Service (AKS) offers several networking models, each suited to different use cases and performance needs. The primary networking options in AKS are Kubenet, Azure...
Introduction Default Workloads Running on AKS Namespace: kube-system Kind: Deployment CoreDNS CoreDNS is a DNS server that provides DNS resolution for services and pods withi...
Comparison Category Azure Container Instances Azure Kubernetes Service Definition ACI is a serverless compute service that allows you to run ...