uk
Feedback
DevOps(Document Repository)

DevOps(Document Repository)

Відкрити в Telegram

🌀🌀🌀🌀🌀🌀🌀🌀🌀🌀 The first Devops documentary community on Telegram🚀 🌀🌀🌀🌀🌀🌀🌀🌀🌀🌀 • made by ♥️ ➖➖➖➖➖ ®️ DevOpsDoc Community Group

Показати більше
9 995
Підписники
-324 години
-227 днів
-5930 день
Архів дописів
#Tools Nmap cheat sheet ➖➖➖➖➖➖➖➖➖➖➖➖ Group: ©️ https://t.me/DevopsDocGP Channel: ©️ https://t.me/DevopsDoc

At its core, Kubernetes is a platform for:
Anonymous voting

Which command is used to check for bad sectors on a disk in Ubuntu?
Anonymous voting

How to delete a pod in Kubernetes using the type and name specified in pod.json?
Anonymous voting

Which command is used to configure a system as an NFS server in Ubuntu?
Anonymous voting

Which command is used to compress files into a tar.gz archive in Ubuntu?
Anonymous voting

AWS_Devops_Interview_Questions_and_Answers_scenario_based_1743649131.pdf7.72 KB

Which resource in OpenShift defines the location of a Docker image to be deployed without rebuilding the image?
Anonymous voting

How to save a new docker image with container id mentioned in the command on the local system.
Anonymous voting

⚙️ #SystemDesign 📈📊📊 An HTTP server cannot automatically initiate a connection to a browser. As a result, the web browser
⚙️ #SystemDesign 📈📊📊 An HTTP server cannot automatically initiate a connection to a browser. As a result, the web browser is the initiator. What should we do next to get real-time updates from the HTTP server? Both the web browser and the HTTP server could be responsible for this task. 🔴Web browsers do the heavy lifting: short polling or long polling. With short polling, the browser will retry until it gets the latest data. With long polling, the HTTP server doesn't return results until new data has arrived. 🔴HTTP server and web browser cooperate: WebSocket or SSE (server-sent event). In both cases, the HTTP server could directly send the latest data to the browser after the connection is established. The difference is that SSE is uni-directional, so the browser cannot send a new request to the server, while WebSocket is fully-duplex, so the browser can keep sending new requests. ➡️Over to you: of the four solutions (long polling, short polling, SSE, WebSocket), which ones are commonly used, and for what use cases? ©️ From : ByteByteGo ➖➖➖➖➖➖➖➖➖➖➖➖ Group: ©️ https://t.me/DevopsDocGP Channel: ©️ https://t.me/DevopsDoc

How to define a service without a selector?
Anonymous voting

#Kubernetes Kubernetes cheat sheet ➖➖➖➖➖➖➖➖➖➖➖➖ Group: ©️ https://t.me/DevopsDocGP Channel: ©️ https://t.me/DevopsDoc

Which command would you use to display events related to a specific pod?
Anonymous voting

#Linux Linux cheat sheet ➖➖➖➖➖➖➖➖➖➖➖➖ Group: ©️ https://t.me/DevopsDocGP Channel: ©️ https://t.me/DevopsDoc

You are troubleshooting a Docker container that is failing to start. What could be a possible reason for this issue?
Anonymous voting

#Docker Docker cheat sheet ➖➖➖➖➖➖➖➖➖➖➖➖ Group: ©️ https://t.me/DevopsDocGP Channel: ©️ https://t.me/DevopsDoc

⚙️ #SystemDesign 📈📊📊 🤔How Do Companies Ship Code to Production? Here are 11 steps from planning to production: ➡️ 1) The
⚙️ #SystemDesign 📈📊📊 🤔How Do Companies Ship Code to Production? Here are 11 steps from planning to production: ➡️ 1) The Product Owner starts the entire process by creating user stories in a tool like Jira. 2) The Developer Team performs Sprint Planning activity and adds the user stories to the sprint. 3) Developers work on the assigned stories. Once a story is finished, they commit the code to Git and push it to GitHub. 4) Jenkins builds and runs the code through testing and quality check tools such as JUnit, Jacoco, and SonarQube. 5) If the build is successful, it is stored in the artifactory such as JFrog. Jenkins also deploys the build to the Dev Environment via Docker. 6) Next up, the feature gets deployed to the QA environment. Since multiple teams may be working on the same code base, multiple QA environments will be created. 7) The QA team uses a particular QA environment and runs multiple test types such as QA, regression, and performance. 8) Once the QA verification is complete, features are deployed to the UAT (User Acceptance Testing) environment. 9) UAT testing verifies whether the feature satisfies the user's requirements. 10) Once the UAT testing is successful, the builds become release candidates. They are deployed to the production environment based on a specific schedule. 11) The SRE team uses tools like ELK and Prometheus to monitor the production environment and handle alerts in case of issues. ©️ From : ByteByteGo ➖➖➖➖➖➖➖➖➖➖➖➖ Group: ©️ https://t.me/DevopsDocGP Channel: ©️ https://t.me/DevopsDoc

#AWS ➖➖➖➖➖➖➖➖➖➖➖➖ Group: ©️ https://t.me/DevopsDocGP Channel: ©️ https://t.me/DevopsDoc

helm-cheat-sheet.pdf0.64 KB

Which Ansible command will you use to install Apache on Ubuntu host?
Anonymous voting