Azure Kubernetes Service (AKS) Edge Essentials | Azure Friday

Поделиться
HTML-код
  • Опубликовано: 2 авг 2024
  • Did you know that Azure Kubernetes Service (AKS) is now available as a managed service not just in Azure, but also at the edge? Lior Kamrat joins Scott Hanselman to show how you can also deploy it on Windows IoT operating system.
    00:00 - Introduction
    01:03 - AKS hybrid options on Windows
    03:20 - Exploring AKS Edge Essentials
    05:00 - Deploy as code
    06:50 - Sample application
    17:07 - git remote -v
    21:17 - Wrap-up
    ■ AKS Edge Essentials - aka.ms/azfr/743/01
    ■ AKS Edge Essentials playlist - aka.ms/azfr/743/02
    ■ AKS Edge Essentials Jumpstart - aka.ms/azfr/743/03
    ■ Create a Pay-as-You-Go account (Azure) - aka.ms/azfr/743/payg
    ■ Create a free account (Azure) - aka.ms/azfr/743/free
    Connect with us:
    ■ Scott Hanselman | @SHanselman - / shanselman
    ■ Lior Kamrat | @LiorKamrat - / liorkamrat
    ■ Azure Friday | @AzureFriday - / azurefriday
    ■ Azure | @Azure - / azure
    #Microsoft #Azure #AzureFriday
  • НаукаНаука

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

  • @adityanarayannayak6295
    @adityanarayannayak6295 Год назад

    AKS i growing up in another level. May be now it's leading managed Kubernets service.

  • @nitinkansal
    @nitinkansal Год назад

    Awesome demo! One quick question though!
    Where are below values coming from?
    - name: SQL_HOST
    value: ""
    - name: SQL_USERNAME
    value: ""
    - name: SQL_PASSWORD
    value: ""
    - name: SQL_DATABASE
    value: ""

  • @nilesh-gule
    @nilesh-gule Год назад +1

    Thanks for showcasing the excellent demo. I have been a fan of both @scotthanselman and @liorkamrat. The trick with lazy git function was quite handy. Will definitely use that with my own workflow

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

      Glad you found it useful, Nilesh! Thanks for watching! 😊

  • @ranjitmr754
    @ranjitmr754 Год назад

    In a similar scenario as showcased in this demo, where we are running the “Dev” env in K8s and “prod” in K3s, how to check/validate if any feature build/tested on K8s won’t fail in K3s due to resource limitations or for any other reason ?

    • @azurearcjumpstart
      @azurearcjumpstart Год назад

      Usally, where you see diffences between K8s and K3s, is in the Kubernertes core components and implementation. When it comes to the apps, i've never seen an application that runs on K8s and cannot run on K3s. Compute resources requirment is generic, you need to have enough resources on either one, regardless of the Kubernetes distro.

  • @kondziossj3
    @kondziossj3 Год назад

    Hi Scott
    Can you have take some video about async communication documentations?
    like... swagger but for service bus or other message broker

  • @imranrazakhan2569
    @imranrazakhan2569 Год назад

    Why is it necessary to deploy AKS EE on Hyper-V instead of directly on the host OS? It seems that using Hyper-V adds complexity to the setup.

    • @franciscocabrera3039
      @franciscocabrera3039 Год назад

      Hi,
      Thanks for asking - Control Plane nodes are based on Linux, so we must create a Linux VM on top of Hyper-V to create the cluster. Regarding the Windows nodes, there's a strict kernel version match between the host OS and the container base image. We created a Windows VM to decouple the host OS kernel version and leverage the latest versions (like ServerCore 2022). In the future, we are considering bringing support for running a Windows node directly on the Windows host OS.
      If you have more questions, feel free to reach out.
      Thanks,
      Francisco

  • @SebiCb500
    @SebiCb500 Год назад

    Is it possible to run this setup of kubernetes on an offline environment with no access to the internet ?

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

      Yes - AKS Edge Essentials supports fully offline environments.

  • @adityanarayannayak6295
    @adityanarayannayak6295 Год назад

    16gigs i5 small machine 🙂

    • @franciscocabrera3039
      @franciscocabrera3039 Год назад

      Hi, you can run AKS Edge Essentials in an 8GB device. We are actively working to reduce memory consumption even further.