#kubernetes (2023-04)

kubernetes

Archive: https://archive.sweetops.com/kubernetes/

2023-04-03

Soumya avatar

hi,how can i update the POSIX message queues in containerd runtime containers in docker patching the docker/daemon.json used to work, what should be the equivalent in containerd world.

echo '{{"bridge": "none", "log-driver": "json-file", "log-opts": {{ "max-size": "10m", "max-file": "10" }}, "live-restore": true, "max-concurrent-downloads": 10, "default-ulimits": {{ "msgqueue": {{ "Name": "msgqueue", "Hard": 10000000, "Soft": 10000000 }}}}}}' > /etc/docker/daemon.json

2023-04-04

2023-04-07

Joaquin Menchaca avatar
Joaquin Menchaca

For EKS 1.23, what’s the shortest path to provision a cluster with persistent storage. I am experimenting with options. I want to have content for new users of EKS, and addons + IRSA as the first step complex for new users.

Sean Turner avatar
Sean Turner

Is there a way to prevent pods/exec in RBAC? ChatGPT and I are stumped

2023-04-10

Diego Maia avatar
Diego Maia

Hi everyone, I created a repo with an example of Kubernetes operator. Feel free to share and contribute if you want! Check it out at https://github.com/ovrdoz/k8s-fabric8-operator-java-example

ovrdoz/k8s-fabric8-operator-java-example
1
    keyboard_arrow_up