DevOps(Document Repository) – Telegram
DevOps(Document Repository)
10.4K subscribers
55 photos
689 files
736 links
🌀🌀🌀🌀🌀🌀🌀🌀🌀🌀
The first Devops documentary community on Telegram🚀
🌀🌀🌀🌀🌀🌀🌀🌀🌀🌀

🟡 لینک گروه جهت تبادل:
https://news.1rj.ru/str/DevopsDocGP
Download Telegram
How do you display detailed hardware information about the system in Ubuntu?
Anonymous Quiz
59%
Use 'lshw'
27%
Run 'hwinfo'
6%
Type 'hardware-view'
9%
Use 'show-hw-details'
2
You are troubleshooting a Docker container that is failing to start due to a port conflict. What steps can you take to resolve this issue?
Anonymous Quiz
57%
Check if another container is using the same port
24%
Change the port mapping in the Dockerfile
17%
Use a different host port for the container
2%
Stop and remove the conflicting container
🙏31
Which symbol is used to create a pipeline between two commands?
Anonymous Quiz
83%
|
5%
>
2%
<
11%
&
3
Which of the following is a hosted service that provides a Registry with build and testing facilities for Dockerized application images, tools to help you set up and manage your host infrastructure.
Anonymous Quiz
22%
Docker Cloud
23%
Docker Compose
49%
Docker Hub
6%
Docker Universal Control Plane
3
You are troubleshooting a Docker container that is failing to start due to a 'port already in use' error. What could be a possible solution to resolve this issue?
Anonymous Quiz
76%
Change the port mapping in the Dockerfile
17%
Stop the service using the port on the host machine
4%
Restart the Docker daemon
3%
Use a different base image for the container
3🐳3🔥1
How do you list all available disks and their partitions in Ubuntu?
Anonymous Quiz
83%
Use 'lsblk'
9%
Run 'list-disks'
5%
Type 'show-partitions'
2%
Use 'view-disks'
3👌1
Which instruction in a Dockerfile defines environment variables?
Anonymous Quiz
8%
CMD
8%
ENTRYPOINT
82%
ENV
2%
RUN
2
Which command is used to schedule a task to run at a specific time using cron in Ubuntu?
Anonymous Quiz
89%
Use 'crontab -e' and add the schedule and command
6%
Run 'schedule-task cron'
2%
Type 'task-schedule time'
3%
Use 'set-cronjob'
2
A development team is struggling with inconsistent behavior between development and production environments despite using Docker. Which approach would most effectively solve this problem?
Anonymous Quiz
16%
Have developers use the same operating system as production
76%
Implement Docker Compose with version-pinned dependencies and environment controls
4%
Deploy to production more frequently
4%
Create detailed documentation about the differences
👍4🙏1
Which of the following answers refers to a software tool used for searching and installing software packages on Debian and Debian-based Linux distributions?
Anonymous Quiz
14%
rpm
10%
apt-rpm
18%
yum
59%
apt-get
3
_________ service is automatically created for you K8s cluster creation and takes care of the internal routing of the cluster.
Anonymous Quiz
22%
NodePort
22%
Load Balancer
9%
Headless
46%
ClusterIP
3
guess what!!!!!!!!!!!!🥳
HBD to our LOVELY COMMUNITY !!!!🎉😍🤘🏂🔥❤️⚡️🎉
25
This media is not supported in your browser
VIEW IN TELEGRAM
😍3
Which command allows you to view all scheduled cron jobs for a specific user?
Anonymous Quiz
86%
Use 'crontab -l -u username'
7%
Run 'cronjobs username'
5%
Type 'listcron username'
2%
Use 'showtasks username'
2
A team needs to provide infrastructure self-service capabilities to developers without giving direct Terraform access. Which approach would be most effective?
Anonymous Quiz
15%
Give developers full AWS console access
64%
Implement Terraform Cloud with a service catalog and VCS integration
13%
Have operations team handle all infrastructure requests
9%
Let developers run Terraform locally
👌1
Your organization is concerned about the security of the Docker daemon. Which approach would most effectively harden the daemon against attacks?
Anonymous Quiz
13%
Allow any user to run Docker commands
80%
Implement TLS authentication with user namespaces and restricted permissions
5%
Expose the Docker daemon API to the public internet
3%
Run all containers as root