What Are Kubernetes Jobs and Cronjobs?

Поділитися
Вставка
  • Опубліковано 30 лип 2024
  • What's covered:
    - What is a Kubernetes Job?
    - What's the difference between a Job and a Cronjob?
    - Why are Jobs preferable over naked pods?
    Interested in mastering Kubernetes? Check out this step-by-step course:
    www.true-kubernetes.com/

КОМЕНТАРІ • 3

  • @MozartMartins
    @MozartMartins Рік тому +1

    Great video!
    Very small and instructive...

  • @computersindia
    @computersindia Рік тому

    Well Explained. Thanks.

  • @santoshkumarnayak7025
    @santoshkumarnayak7025 3 роки тому

    Thanks, video is wonderful. My question is how to run kubectl command like "kubectl apply -f my_job.yaml" inside a container. Please share some insight on it or any reference.