DevOps
How can a zombie process be terminated in an operating system?
What will happen if two instances of Terraform are run simultaneously?
What are the two types of webhooks for admission?
Why is it common to use the principle 'one container = one process' in microservice architecture?
What does the Linux directory /proc contain?
What is Terraform taint resource?
What entities are specified in the Terraform manifest?
What is the difference between roles and playbooks in DevOps?
How many hosts does Ansible allow to run scripts simultaneously by default?
How can access to a server in a private subnet in a data center be organized from a home network?
How can you view the current number of connections?
How can you change the execution of a playbook from sequential to parallel on machines?
What methods of publishing applications from Kubernetes do you know?
Is HTTP a text-based or binary protocol?
What are dashboards in Grafana?
What does the command ping 1:: mean?
What is the difference between the directories /var and /default?
How to combine multiple bash commands into a single line in the console so that they execute sequentially?
How to display the last 100 lines of logs?
If you wrote code in Terraform and ran a plan command, then your colleague added their code and also ran the plan command. Now, you need to apply your changes. Will there be errors?