What is the difference between namespaces and cgroups?
DevOps
How to delete a file with a name starting with a hyphen (e.g., '-rf')?
What technologies do you like the most, and which ones would you prefer not to work with?
What happens when you run 'kubectl apply -f deployment.yaml'? Describe the sequence of events in a Kubernetes cluster.
What is HPA (Horizontal Pod Autoscaler)? How does it work?
What is the priority order of variables in Ansible? Compare defaults and vars.
What is rules in GitLab CI? What is workflow used for?
What components does a Kubernetes cluster consist of? Name 5 main binaries.
How to diagnose a 'Connection refused' error when connecting to a service on the same machine?
What probes are available in Kubernetes? How do they differ?
What is extends in GitLab CI? How does inheritance priority work?
Is it possible to install Python on a host where Python is not installed yet using Ansible?
What is the purpose of the --amend flag in the git commit --amend command?
How do you distribute pods across different nodes in Kubernetes?
How to spread containers of the same pod across different nodes?
How to make Ansible execute a playbook sequentially on one host at a time (for updating a Postgres cluster)?
Do containers exist as entities in the operating system, or is this an abstraction?
How to reduce the size of a Docker image?.
Which resource should be used to run a container on each node of a Kubernetes cluster?
What is the difference between a hard link and a soft link (symlink)?