Must have six 6 years of experience with Linux system administration, system monitoring, and troubleshooting. Must have five 5 years of experience with scripting and automation tools; and oversight, maintenance, and direction of technical products such as Gitlab and Ansible Tower. Must have four 4 years of experience with Git or related source control technologies; Docker, Kubernetes, Tekton, and Jenkins; and overseeing team members by setting goals, delegating work responsibilities, identifying and establishing project roadmap, facilitating team meetings, and providing input to managers on employee evaluations. Must have three 3 years of experience developing architecture designs for Continuous ImprovementContinuous Delivery infrastructure pipelines. Must have two 2 years of experience with ticketing system such as JIRA and ServiceNow; and Red Hat OpenStack and OpenShift. Must have one 1 year of experience with Agile methodology.br br Continued from H.1 Telecommuting permitted work may be performed within normal commuting distance from the Red Hat, Inc. office in Raleigh, NC.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });