Это видео недоступно.
Сожалеем об этом.

Golang to Kubernetes without Docker

Поделиться
HTML-код
  • Опубликовано: 14 авг 2024
  • Deploying a Golang App to Kubernetes with HTTPS using Ingress, Cert-Manager, ko, and BuildSafe 🚀
    In this video, we take you through the entire process of deploying a Golang application to AKS Kubernetes with HTTPS, leveraging Ingress and cert-manager for secure communication. The best part? No Dockerfile is needed! We use 'ko' to build the app, highlighting its benefits at the start, and also showcase another tool called BuildSafe to create an OCI artifact.
    What You'll Learn:
    - Introduction to 'ko': Discover why 'ko' is a game-changer for building Go applications without a Dockerfile.
    - Building and Deploying the App: Step-by-step guide on using 'ko' to build your Golang app and deploy it to Kubernetes.
    - Setting Up HTTPS: Learn how to configure Ingress and cert-manager for secure HTTPS connections.
    - Using BuildSafe: How to use BuildSafe for creating OCI artifacts.
    - Scanning the images to see 0CVE via grype
    GitHub Repo - github.com/sai...
    Key Topics:
    - Building Golang apps without Dockerfiles
    - Benefits of 'ko' for Go applications
    - Deploying applications on AKS Kubernetes
    - Configuring HTTPS with Ingress and cert-manager
    - Creating OCI artifacts with BuildSafe
    If you're looking to streamline your deployment process and enhance security with HTTPS, this video is for you!
    Don't forget to like, subscribe, and hit the bell icon for more DevOps and Kubernetes content!
    0:00 Introduction
    00:28 Why 'ko'?
    3:19 Building the Golang App with 'ko'
    6:33 Deploying to AKS Kubernetes (Created using Ksctl)
    09:45 Setting Up HTTPS with Ingress and cert-manager
    14:07 Using BuildSafe for OCI Artifacts
    18:48 Conclusion and Benefits
    Important links
    Buildsafe introduction - • Quick introduction to ...
    BuildSafe deep dive - • BuildSafe deep dive - ...
    Chainguard image video - • How to build 0 CVE doc...
    ksctl - github.com/ksc...
    ►►►Connect with me ►►►
    ► Kubesimplify: kubesimplify.c...
    ► Newsletter: saiyampathak.c...
    ► Discord: saiyampathak.c...
    ► Twitch: saiyampathak.c...
    ► RUclips: saiyampathak.c...
    ► GitHub: github.com/sai...
    ► LinkedIn: / saiyampathak
    ► Website: / saiyampathak
    ► Instagram: / saiyampathak
    ► / saiyampathak
    #Golang #Kubernetes #HTTPS #Ingress #CertManager #ko #BuildSafe #NoDockerfile #DevOps #AKSKubernetes #OCIBuilds #SecureKubernetes #SBOM #docker #ko #kobuild

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

  • @prathamjagga5597
    @prathamjagga5597 Месяц назад +2

    🎉

  • @adityadhopade7727
    @adityadhopade7727 8 дней назад

    It's Awesome 😎

  • @AniketGhosh-iw7kq
    @AniketGhosh-iw7kq Месяц назад +3

    It's really interesting!
    I am actually learning Go, so I am going to try it out!

  • @hariomchaudhary7194
    @hariomchaudhary7194 Месяц назад +2

    animation looks great & content also top notch

    • @kubesimplify
      @kubesimplify  Месяц назад

      Thanks to Saloni, animation did take a lot of time.

  • @aniketpurohit1875
    @aniketpurohit1875 Месяц назад +2

    Amazing explanation ❣️

  • @rohanrustagi7857
    @rohanrustagi7857 Месяц назад +1

    Loved your video & loved your editing too bhaiya

  • @manimahesh-gw3xb
    @manimahesh-gw3xb 22 дня назад +1

    hey can you recommend learning resources for leaning go ??

    • @kubesimplify
      @kubesimplify  22 дня назад +1

      x.com/SaiyamPathak/status/1464293664801259521
      apart from this try to go over issues and follow the learn by doing approach and learn whats required to solve the porblem after going through the basics.