How to schedule master node running pod/service as worker node
Question: How to Schedule Master Node to Run Pod Workloads Like the Worker Node? By default, only the worker node…
Question: How to Schedule Master Node to Run Pod Workloads Like the Worker Node? By default, only the worker node…
An equation with the form ax^2+bx+c=0 is known as a quadratic equation. When plotted on a graph it will take…
Check root at start of script Some scripts need to be run as root and you may want to check…
Viewing Configuration Options If you want to find out what options are available in the configuration file, use the ansible-config…
Writing Multiple Plays A playbook is a YAML file containing a list of one or more plays. Remember that a…
Ansible Playbooks and Ad Hoc Commands Ad hoc commands can run a single, simple task against a set of targeted…
In this post, we will learn how to run a single Ansible automation task using an ad hoc command and…
The Problem The NGINX docker container was started using the below command: # docker run --detach --name nginx_server nginx 4ffbcd5ee796b8cce3f2c6ed4cce8927d2b13a040af07b36f7a866b2157290e8…
User-Defined Functions You can create user-defined functions in a awk script file using the func or function keywords. Placement in…
The awk programming language contains many of the programming concepts that are used in shell scripting. Conditionals, such as the…