Questions tagged [kata-containers]

Questions related to the Kata Containers runtime. Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs.

For more information about Kata Containers please visit https://katacontainers.io/

20 questions
0
votes
0 answers

kubectl apply -f pod.yaml is abnormal

When I used kubectl apply -f pod.yaml, I found that the corresponding pod did not succeed When I use kubectl describe pod nginx-sandbox-ori it shows Successfully assigned default/nginx-sandbox-ori to localhost.localdomain Container image "xxx"…
Tovi
  • 1
  • 1
0
votes
1 answer

How to upgrade containerd on Ubuntu

I'm trying to run Kata Container 2.4.3 on my own machine. However, Kata Containers 2.4.3 is compatible with contaienrd v1.5.2 while I'm using containerd v1.2.10. Is there any solution to upgrade containerd on Ubuntu 16.04?
0
votes
1 answer

Katacode Traefik tutorial error - container not created

I am trying out the Katacoda playground for Load Balance Containers using Traefik - https://www.katacoda.com/courses/traefik/deploy-load-balancer: Here is the exact Docker compose script in the tutorial to start a Traefik node and 2 test…
Shankar
  • 2,625
  • 3
  • 25
  • 49
0
votes
1 answer

Does kata container substitute Docker in Kubernetes?

I have deployed Kubernetes with Docker before. I have trouble deploying K8s with Kata Container. Does kata container completely replace Docker in Kubernetes? So I have to uninstall Docker from my nodes to make it work? I am so confused right now.
jarge
  • 185
  • 9
0
votes
1 answer

How to uninstall kata containers?

There are multiple ways of installing kata containers, given in the docs. However, is there one provided to uninstall kata? I want to remove everything that kata installed on my computer, so I can start the installation fresh.
programmer12
  • 111
  • 9
1
2