Getting Started with Kubernetes on Azure | Workshop

Поделиться
HTML-код
  • Опубликовано: 10 май 2023
  • Learn how to deploy a Kubernetes cluster on Microsoft Azure and run containerized applications on the cluster. The workshop will briefly introduce Pulumi, an Infrastructure as Code platform where you can use familiar programming languages to provision modern cloud infrastructure.
    We will guide you through the process with diagrams and a series of labs to help accelerate your cloud projects. You'll learn about the following:
    ▪️ Kubernetes basics
    ▪️ How to provision an AKS cluster
    ▪️ Deploying workloads to your cluster
    ▬▬▬▬▬▬ Workshop Pre-requirements ▬▬▬▬▬▬
    🚀 Get Started with Azure on Pulumi: pulumip.us/Get-Started-Docs-A...
    ► Create a Pulumi account. It's free: pulumip.us/Sign-Up-OpenSource
    ► Azure account (free tier is okay)
    👨‍💻Source Code: github.com/pulumi/workshops/t...
    ▬▬▬▬▬▬ Want to learn more? ▬▬▬▬▬▬
    🎓 Register for live workshops and Q&A: pulumip.us/Upcoming-Workshops
    🤖 Try Pulumi AI: www.pulumi.com/ai/
    💬 Talk with us: slack.pulumi.com/
  • НаукаНаука

Комментарии • 2

  • @synthmania7275
    @synthmania7275 Год назад +1

    Just gave this a Pulumi AI Assistant. It’s amazing!

  • @Daniel-lc5qi
    @Daniel-lc5qi 5 месяцев назад +1

    For anyone following along in their editor, the issue with the undefined wordpress ingress IP around the 52:35 mark can be fixed by replacing the Copilot AI generated code `new k8s.helm.v3.Chart('wordpress', ...` with `new k8s.helm.v3.Chart('wpdev, ...`. Here is a prime example of how outsourcing our brains to AI saves time up front but then may lead to problems down the road.