Kubernetes_Networking_1739467692.pdf
2.9 MB
#Kubernetes
Introduction to Kubernetes networking
โ โ โ โ โ โ โ โ โ โ โ โ โ
Group:
ยฉ๏ธ https://t.me/DevopsDocGP
Channel:
ยฉ๏ธ https://t.me/DevopsDoc
Introduction to Kubernetes networking
Group:
Channel:
Please open Telegram to view this post
VIEW IN TELEGRAM
โค7๐2๐2๐1
What is the purpose of the `FROM` instruction in a Dockerfile?
Anonymous Quiz
85%
It sets the base image for the container
8%
It defines environment variables
3%
It installs packages
4%
It sets the working directory
๐1๐1
DevOps(Document Repository)
Photo
Network Programming with Go.pdf
3.9 MB
#Book
#Go
โ โ โ โ โ โ โ โ โ โ โ โ
Group:
ยฉ๏ธ https://t.me/DevopsDocGP
Channel:
ยฉ๏ธ https://t.me/DevopsDoc
#Go
Group:
Channel:
Please open Telegram to view this post
VIEW IN TELEGRAM
๐5โค3๐2
Forward proxy Vs Reverse proxy
A forward proxy is a server that sits between user devices and the internet. A forward proxy is commonly used for:
๏ปฟ๏ปฟ- Protect clients
๏ปฟ๏ปฟ- Avoid browsing restrictions
๏ปฟ๏ปฟ- Block access to certain content
A reverse proxy is a server that accepts a request from the client, forwards the request to web servers, and returns the results to the client as if the proxy server had processed the request. A reverse proxy is good for:
๏ปฟ๏ปฟ- Protect servers
๏ปฟ๏ปฟ- Load balancing
๏ปฟ๏ปฟ- Cache static contents
๏ปฟ๏ปฟ- Encrypt and decrypt SSL communications
Group:
Channel:
Please open Telegram to view this post
VIEW IN TELEGRAM
โค6๐4๐3
How to change the priority of a swap file/partition to 10
Anonymous Quiz
56%
swapon -p 10 /path/to/swapfile
23%
We can't change the priority of swap partions
14%
swapping -P 10 /path/to/swapfile
8%
swapon +10 /path/to/swapfile
โค2๐1๐ฅ1
Ansible_1739460293.pdf
5.5 MB
#Ansible
โ โ โ โ โ โ โ โ โ โ โ โ โ
Group:
ยฉ๏ธ https://t.me/DevopsDocGP
Channel:
ยฉ๏ธ https://t.me/DevopsDoc
Group:
Channel:
Please open Telegram to view this post
VIEW IN TELEGRAM
๐4โค1๐1
Which are the notable application areas for Docker?
Anonymous Quiz
83%
Simplifying configuration, Code pipelines management, Debugging capabilities and Rapid deployment.
17%
Robust, Transparency, code illustrator and slow deployment
โค3
A Quick Reference to Database Scaling
๏ปฟ๏ปฟ๏ปฟ1. Indexing: Analyze query patterns and create optimal indexes
๏ปฟ๏ปฟ๏ปฟ2. Materialized Views: Pre-compute and store complex query results
๏ปฟ๏ปฟ๏ปฟ3. Denormalization: Simplify joins to boost query performance
๏ปฟ๏ปฟ๏ปฟ4. Vertical Scaling: Upgrade server resources (CPU, RAM, storage)
๏ปฟ๏ปฟ๏ปฟ5. Caching: Store frequent data in faster memory
๏ปฟ๏ปฟ๏ปฟ6. Replication: Create database copies on replicas to scale reads
7. ๏ปฟ๏ปฟ๏ปฟSharding: Distribute data across servers for improved scalability
Group:
Channel:
Please open Telegram to view this post
VIEW IN TELEGRAM
๐3โค1๐1๐1
How do you copy a file from one location to another in Ubuntu?
Anonymous Quiz
93%
Use 'cp source destination'
3%
Run 'copyfile source destination'
1%
Type 'duplicate source destination'
2%
Use 'filecopy source destination'
AWS_networking_fundamentals_1739735250.pdf
1.7 MB
#AWS
#Network
AWS networking fundamentals
โ โ โ โ โ โ โ โ โ โ โ โ โ
Group:
ยฉ๏ธ https://t.me/DevopsDocGP
Channel:
ยฉ๏ธ https://t.me/DevopsDoc
#Network
AWS networking fundamentals
Group:
Channel:
Please open Telegram to view this post
VIEW IN TELEGRAM
๐7๐2
azure_1739851452.pdf
4.9 MB
#Azure
โ โ โ โ โ โ โ โ โ โ โ โ โ
Group:
ยฉ๏ธ https://t.me/DevopsDocGP
Channel:
ยฉ๏ธ https://t.me/DevopsDoc
Group:
Channel:
Please open Telegram to view this post
VIEW IN TELEGRAM
โค3๐3๐2
Jenkins_Starter_Guide_Ebook_1739466978.pdf
2.8 MB
#Jenkins
Jenkins starter giude
โ โ โ โ โ โ โ โ โ โ โ โ โ
Group:
ยฉ๏ธ https://t.me/DevopsDocGP
Channel:
ยฉ๏ธ https://t.me/DevopsDoc
Jenkins starter giude
Group:
Channel:
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4๐ณ2
Which command would you use to force a restart of all pods in a DeploymentConfig?
Anonymous Quiz
57%
oc restart dc <DeploymentConfig-name>
12%
oc redeploy <DeploymentConfig-name>
25%
oc rollout latest <DeploymentConfig-name>
7%
oc refresh dc <DeploymentConfig-name>
๐3
DevOps_Shack_Branching_Strategies_1739460015.pdf
1.6 MB
#Git
Git branching strategies
โ โ โ โ โ โ โ โ โ โ โ โ โ
Group:
ยฉ๏ธ https://t.me/DevopsDocGP
Channel:
ยฉ๏ธ https://t.me/DevopsDoc
Git branching strategies
Group:
Channel:
Please open Telegram to view this post
VIEW IN TELEGRAM
๐5๐3โค2
Which command is used to schedule a task to run at a specific time in Ubuntu?
Anonymous Quiz
83%
Use 'crontab -e'
12%
Run 'task-scheduler'
3%
Type 'schedule-task'
3%
Use 'add-task'
๐4๐2โค1
Which command is used to create a systemd service in Ubuntu?
Anonymous Quiz
81%
Create a unit file in '/etc/systemd/system/' and use 'sudo systemctl enable service_name'
4%
Run 'service-create custom'
4%
Type 'add-service systemd'
10%
Use 'systemd service new'
๐2โค1๐1๐1
Kubernetes_Best_Practices__1740079801.pdf
2.4 MB
#Kubernetes
Kubernetes best practices
โ โ โ โ โ โ โ โ โ โ โ โ โ
Group:
ยฉ๏ธ https://t.me/DevopsDocGP
Channel:
ยฉ๏ธ https://t.me/DevopsDoc
Kubernetes best practices
Group:
Channel:
Please open Telegram to view this post
VIEW IN TELEGRAM
๐4โค1๐1
Which of the answers listed below refers to a command used for invoking a text editor in Unix-like operating systems?
Anonymous Quiz
7%
edit
4%
notepad
86%
vi
2%
bcdedit
โค1
A_Comprehensive_Guide_to_Essential_Linux_Commands_1740079779.pdf
1.2 MB
#Linux
Linux Commands: Explanation and Practical Examples
โ โ โ โ โ โ โ โ โ โ โ โ โ
Group:
ยฉ๏ธ https://t.me/DevopsDocGP
Channel:
ยฉ๏ธ https://t.me/DevopsDoc
Linux Commands: Explanation and Practical Examples
Group:
Channel:
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4๐3
Which command allows you to enable packet capture on a specific network interface in Ubuntu?
Anonymous Quiz
80%
Use 'sudo tcpdump -i interface_name'
11%
Run 'netcapture interface'
5%
Type 'pkttrace -int'
3%
Use 'capture -network'
๐3๐2