Kubernetes v1.26 - Container Runtime Interface (CRI) - API v1

Поделиться
HTML-код
  • Опубликовано: 28 июл 2024
  • Kubernetes v1.26 - Container Runtime Interface (CRI) - API v1
    Chapters
    00:00 Introduction
    00:43 Kubeadm cluster provisioning
    02:12 Before CRI
    03:36 CRI Architecture - Implementers
    05:05 CRI Architecture - Components
    08:56 ContainerD
    10:33 kubeadm kubelet flags
    12:27 K8S ContainerD - CRI version
    15:03 v1.26 CRI support to v1
    Documentation:
    kubernetes.io/blog/2022/12/09...
    K8S Cluster github: github.com/ramanagali/k8s-clu...
    Kubernetes - Container Runtime Interface (CRI) - CRICTL demo
    • Kubernetes - Container...
    ContainerD Debugging Client Tool CLI - CTR with demo
    • ContainerD Debugging C...
    CKS playlist: • Certified Kubernetes S...
    Vault playlist: • Hashicorp Vault Associate
    Like, Comment & Subscribe Learn with GVR

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

  • @tanjilbd
    @tanjilbd 5 месяцев назад

    You are an amazing content creator. 🎉😊

    • @learnwithgvr
      @learnwithgvr  5 месяцев назад

      Thanks a lot and keep learning

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

    Beautiful explanation, Sir. It helped me a lot to understand OCI, CR and Containerd topics :)

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

      Good to hear, thanks for feedback and keep learning

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

    Great 👍

  • @SANDEEPSANDY-yf2ry
    @SANDEEPSANDY-yf2ry Год назад

    I am getting this error
    Please solve
    Unfortunately, an error has occurred:
    timed out waiting for the condition
    This error is likely caused by:
    - The kubelet is not running
    - The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)
    If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
    - 'systemctl status kubelet'
    - 'journalctl -xeu kubelet'
    Additionally, a control plane component may have crashed or exited when started by the container runtime.

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

      What is your setup info & configuration etc? without knowing about setup, i am unable to provide any advice just by error message.
      as i said make sure you will be using containerd 1.6 or above and refer my repo github.com/ramanagali/k8s-cluster/tree/master/

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

    /etc/systemd/system/kubelet.service.d/10-kubeadm.conf don't exist in my system and cluster is in ready state but sort of not usable can this be the reason ?

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

      Could be the reason... check kubelet status i.e systemctl status kubelet
      Subscribe and keep learning