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👌3❤2
👌4❤3👍2🍾1
What is the primary purpose of the OpenShift Service Catalog?
Anonymous Quiz
31%
To manage project-specific ConfigMaps
54%
To provide a catalog of external and internal services that users can provision
6%
To handle API security
9%
To schedule deployment configurations
🙏3❤2👍2👌1🍾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
If you see a directory with the following permissions `drwxrwxrxt`, would you be able to remove it?
Anonymous Quiz
33%
Only the owner of the folder can remove this folder
37%
Yes, we can remove it from any user
13%
We can remove it with the root user
8%
We can remove it only using the root user
8%
No, this folder can't be remove.
🍾4👌3🐳3
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
👍3❤2
Which command allows you to perform a disk benchmark in Ubuntu?
Anonymous Quiz
61%
Use 'sudo hdparm -tT /dev/sdX'
20%
Run 'diskbench -d sdX'
13%
Type 'benchmarkdisk /dev/sdX'
7%
Use 'diskcheck -speed'
🙏3👌3
Which command is used to view the disk usage of files and directories?
Anonymous Quiz
55%
Run 'du'
41%
Use 'df'
4%
Type 'diskusage'
1%
Run 'spacecheck'
👌3❤2👍2
Which command is used to create a new user in Ubuntu?
Anonymous Quiz
71%
Use 'sudo adduser username'
3%
Run 'newuser create'
23%
Type 'useradd username'
3%
Use 'create-user username'
👌2🐳2👍1
DevOps(Document Repository)
Photo
Kubernetes_security__1746039325.pdf
7 MB
#Book
#Kubernetes
➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖
Group:
©️ https://news.1rj.ru/str/DevopsDocGP
Channel:
©️ https://news.1rj.ru/str/DevopsDoc
#Kubernetes
Group:
Channel:
Please open Telegram to view this post
VIEW IN TELEGRAM
🙏4❤2👍2
Forwarded from DevOps(Document Repository)
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2👌1
This volume type can be used to share contents within containers in a pod, but will not persist beyond the life of a pod.
Anonymous Quiz
36%
EmptyDir
24%
Local
26%
ConfigMap
15%
FlexVolume
👌3
How do you configure persistent static routes in Ubuntu?
Anonymous Quiz
79%
Edit '/etc/netplan/*.yaml' and add static route information
10%
Run 'route-persist config'
8%
Type 'staticroute add'
2%
Use 'permaroute set'
👍2👌2
Linux_shell_noscripting_Comprehensive_Guide_1746178501.pdf
5.1 MB
#Linux
#Shell
➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖
Group:
©️ https://news.1rj.ru/str/DevopsDocGP
Channel:
©️ https://news.1rj.ru/str/DevopsDoc
#Shell
Group:
Channel:
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1👍1
A team needs to deploy a containerized application that requires specific kernel features. Which approach would be most appropriate?
Anonymous Quiz
28%
Modify the application to avoid kernel dependencies
47%
Implement compatibility testing with privileged capabilities and kernel verification
7%
Run the application directly on the host instead of in containers
17%
Use virtual machines instead of containers
👌5
A team needs to implement access controls for their Terraform infrastructure. Which approach would be most secure?
Anonymous Quiz
14%
Share admin credentials among the team
75%
Implement a role-based access model with pipeline-based execution
6%
Let each team member use their personal credentials
6%
Run all Terraform operations from a single workstation
❤2👌1
Which is not true about Docker Hub?
Anonymous Quiz
26%
Docker Hub is the world's largest library and community for container images
18%
Docker Hub provides an easy way to create, manage, and deliver your teams' container applications
56%
Docker Hub is a totally private repository
🐳2👌1🍾1
A team's containerized application requires specific configuration for different deployment environments. Which implementation would be most maintainable?
Anonymous Quiz
47%
Build different container images for each environment
48%
Implement configuration injection with environment detection
2%
Hardcode configuration paths in the application
3%
Manually modify configuration files after deployment
👌3