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
DevOps(Document Repository)
Photo
Please open Telegram to view this post
VIEW IN TELEGRAM
4👍4
Is it better to directly remove the container using the rm command or stop the container followed by remove container?
Anonymous Quiz
31%
No. Its not always better to stop the container and then remove it using the remove command.
69%
Its always better to stop the container and then remove it using the remove command.
3👌3🙏2👍1
Please open Telegram to view this post
VIEW IN TELEGRAM
7👍2
👍42👌1
5👍1
What command is used to count the total number of lines, words, and characters contained in a file?
Anonymous Quiz
17%
count p
66%
wc
14%
wcount
4%
countw
4🙏2👍1
Which command is used to display the current disk usage in Ubuntu?
Anonymous Quiz
87%
Use 'df -h'
3%
Run 'diskusage'
8%
Type 'du -all'
2%
Use 'disk-info'
3
Which command is used to change a user's password in Ubuntu?
Anonymous Quiz
79%
Use 'passwd username'
13%
Run 'changepwd username'
2%
Type 'resetpass username'
6%
Use 'setpass username'
3👍1
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
56%
Check if another container is using the same port
26%
Change the port mapping in the Dockerfile
14%
Use a different host port for the container
3%
Stop and remove the conflicting container
👍42
Which tool does OpenShift use for container orchestration?
Anonymous Quiz
29%
Docker Swarm
54%
Kubernetes
8%
Mesos
9%
Nomad
👌32
Which environment variable defines the endpoints for an etcd client in OpenShift?
Anonymous Quiz
30%
ETCDCTL_API
52%
ETCDCTL_ENDPOINTS
9%
ETCD_DATA_DIR
9%
ETCD_CLIENT_URLS
🤩3👌32
Kubernetes is written in
Anonymous Quiz
13%
C++
61%
Go
18%
Python
8%
Java spring framework
👌43👍2🍾1
Which OpenShift command enables you to deploy a template with parameter overrides?
Anonymous Quiz
27%
oc deploy
38%
oc process --param-file
14%
oc template apply
22%
oc apply --template
🙏5👍1
How do you kill a process using its PID in Ubuntu?
Anonymous Quiz
87%
Use 'sudo kill PID'
4%
Run 'terminate PID'
1%
Type 'endprocess PID'
8%
Use 'killproc -id PID'
3👍2
Which OpenShift command allows you to view the logs of a specific pod?
Anonymous Quiz
34%
oc get logs
20%
oc view pod-logs
45%
oc logs <pod-name>
1%
oc log access
👍32
🙏3👌3