DevOps & Cloud (AWS, AZURE, GCP) Tech Free Learning
Photo
1. 𝗴𝗶𝘁 𝗶𝗻𝗶𝘁: Initializes a new Git repository in the current directory.
2. 𝗴𝗶𝘁 𝗰𝗹𝗼𝗻𝗲 [𝘂𝗿𝗹]: Clones a repository into a new directory.
3. 𝗴𝗶𝘁 𝗮𝗱𝗱 [𝗳𝗶𝗹𝗲]: Adds a file or changes in a file to the staging area.
4. 𝗴𝗶𝘁 𝗰𝗼𝗺𝗺𝗶𝘁 -𝗺 "[𝗺𝗲𝘀𝘀𝗮𝗴𝗲]": Records changes to the repository with a descriptive message.
5. 𝗴𝗶𝘁 𝗽𝘂𝘀𝗵: Uploads local repository content to a remote repository.
6. 𝗴𝗶𝘁 𝗽𝘂𝗹𝗹: Fetches changes from the remote repository and merges them into the local branch.
7. 𝗴𝗶𝘁 𝘀𝘁𝗮𝘁𝘂𝘀: Displays the status of the working directory and staging area.
8. 𝗴𝗶𝘁 𝗯𝗿𝗮𝗻𝗰𝗵: Lists all local branches in the current repository.
9. 𝗴𝗶𝘁 𝗰𝗵𝗲𝗰𝗸𝗼𝘂𝘁 [𝗯𝗿𝗮𝗻𝗰𝗵]: Switches to the specified branch.
10. 𝗴𝗶𝘁 𝗺𝗲𝗿𝗴𝗲 [𝗯𝗿𝗮𝗻𝗰𝗵]: Merges the specified branch's history into the current branch.
11. 𝗴𝗶𝘁 𝗿𝗲𝗺𝗼𝘁𝗲 -𝘃: Lists the remote repositories along with their URLs.
12. 𝗴𝗶𝘁 𝗹𝗼𝗴: Displays commit logs.
13. 𝗴𝗶𝘁 𝗿𝗲𝘀𝗲𝘁 [𝗳𝗶𝗹𝗲]: Unstages the file, but preserves its contents.
14. 𝗴𝗶𝘁 𝗿𝗺 [𝗳𝗶𝗹𝗲]: Deletes the file from the working directory and stages the deletion.
15. 𝗴𝗶𝘁 𝘀𝘁𝗮𝘀𝗵: Temporarily shelves (or stashes) changes that haven't been committed.
16. 𝗴𝗶𝘁 𝘁𝗮𝗴 [𝘁𝗮𝗴𝗻𝗮𝗺𝗲]: Creates a lightweight tag pointing to the current commit.
17. 𝗴𝗶𝘁 𝗳𝗲𝘁𝗰𝗵 [𝗿𝗲𝗺𝗼𝘁𝗲]: Downloads objects and refs from another repository.
18. 𝗴𝗶𝘁 𝗺𝗲𝗿𝗴𝗲 --𝗮𝗯𝗼𝗿𝘁: Aborts the current conflict resolution process, and tries to reconstruct the pre-merge state.
19. 𝗴𝗶𝘁 𝗿𝗲𝗯𝗮𝘀𝗲 [𝗯𝗿𝗮𝗻𝗰𝗵]: Reapplies commits on top of another base tip, often used to integrate changes from one branch onto another cleanly.
20. 𝗴𝗶𝘁 𝗰𝗼𝗻𝗳𝗶𝗴 --𝗴𝗹𝗼𝗯𝗮𝗹 𝘂𝘀𝗲𝗿.𝗻𝗮𝗺𝗲 "[𝗻𝗮𝗺𝗲]" 𝗮𝗻𝗱 𝗴𝗶𝘁 𝗰𝗼𝗻𝗳𝗶𝗴 --𝗴𝗹𝗼𝗯𝗮𝗹 𝘂𝘀𝗲𝗿.𝗲𝗺𝗮𝗶𝗹 "[𝗲𝗺𝗮𝗶𝗹]": Sets the name and email to be used with your commits.
21. 𝗴𝗶𝘁 𝗱𝗶𝗳𝗳: Shows changes between commits, commit and working tree, etc.
22. 𝗴𝗶𝘁 𝗿𝗲𝗺𝗼𝘁𝗲 𝗮𝗱𝗱 [𝗻𝗮𝗺𝗲] [𝘂𝗿𝗹]: Adds a new remote repository.
23. 𝗴𝗶𝘁 𝗿𝗲𝗺𝗼𝘁𝗲 𝗿𝗲𝗺𝗼𝘃𝗲 [𝗻𝗮𝗺𝗲]: Removes a remote repository.
24. 𝗴𝗶𝘁 𝗰𝗵𝗲𝗰𝗸𝗼𝘂𝘁 -𝗯 [𝗯𝗿𝗮𝗻𝗰𝗵]: Creates a new branch and switches to it.
25. 𝗴𝗶𝘁 𝗯𝗿𝗮𝗻𝗰𝗵 -𝗱 [𝗯𝗿𝗮𝗻𝗰𝗵]: Deletes the specified branch.
26. 𝗴𝗶𝘁 𝗽𝘂𝘀𝗵 --𝘁𝗮𝗴𝘀: Pushes all tags to the remote repository.
27. 𝗴𝗶𝘁 𝗰𝗵𝗲𝗿𝗿𝘆-𝗽𝗶𝗰𝗸 [𝗰𝗼𝗺𝗺𝗶𝘁]: Picks a commit from another branch and applies it to the current branch.
28. 𝗴𝗶𝘁 𝗳𝗲𝘁𝗰𝗵 --𝗽𝗿𝘂𝗻𝗲: Prunes remote tracking branches no longer on the remote.
29. 𝗴𝗶𝘁 𝗰𝗹𝗲𝗮𝗻 -𝗱𝗳: Removes untracked files and directories from the working directory.
30. 𝗴𝗶𝘁 𝘀𝘂𝗯𝗺𝗼𝗱𝘂𝗹𝗲 𝘂𝗽𝗱𝗮𝘁𝗲 --𝗶𝗻𝗶𝘁 --𝗿𝗲𝗰𝘂𝗿𝘀𝗶𝘃𝗲: Initializes and updates submodules recursively.
Please open Telegram to view this post
VIEW IN TELEGRAM
- Optimizes the overall size of the Docker image
- Removes the burden of creating multiple Dockerfiles for different stages
- Easy to debug a particular build stage
- Able to use the previous stage as a new stage in the new environment
- Ability to use the cached image to make the overall process quicker
- Reduces the risk of vulnerabilities found as the image size becomes smaller with multi-stage builds
Please open Telegram to view this post
VIEW IN TELEGRAM
𝐀𝐖𝐒 𝐬𝐞𝐫𝐯𝐢𝐜𝐞 𝐖𝐡𝐞𝐞𝐥⚠️
AWS offers an extended collection of services catering to different functionality and use cases. Below is a condensed summary of some of the main AWS services:
🔶 Compute:
✅ Amazon EC2 (Elastic Compute Cloud): Scalable virtual servers for running any application.
✅ AWS Lambda: Serverless computing, allowing code execution without managing servers.
✅ Amazon Lightsail: Simplified virtual servers for basic needs.
✅ AWS Elastic Beanstalk: Effortless deployment and scaling of web applications.
🔶 Storage:
Cloud storage that scales with Amazon S3.
✅ Amazon EBS: EC2 instance block storage volumes.
✅ Amazon Glacier: Economical, extended-duration storage.
🔶 Database:
Managed relational database service provided by Amazon RDS.
The managed NoSQL database service is offered by Amazon DynamoDB.
Scalable, rapid data warehousing offered by Amazon Redshift.
✅ Amazon Aurora: Managed relational database with high performance.
🔶 Networking & Content Delivery:
✅ Amazon VPC: Private cloud infrastructure.
✅ Amazon CloudFront: A worldwide network for content delivery (CDN).
✅ AWS Direct Connect: A network connection that is dedicated
🔶 Tools for developers:
✅ Amazon CodeCommit: A service for managed source control.
✅ AWS CodeBuild: Construct and evaluate code.
Automated code deployments using AWS CodeDeploy.
🔶 Identity, Security, and Compliance:
✅ AWS IAM: Controls encryption keys and user access.
User identification and data synchronization using Amazon Cognito.
✅ Amazon KMS: Handles keys for encryption.
🔶 Machine Learning:
Create, train, and implement ML models using Amazon SageMaker.
✅ AWS DeepLens: A video camera with deep learning capabilities.
✅ Amazon Rekognition: Video and image processing.
✈️ 𝐅𝐨𝐥𝐥𝐨𝐰 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
AWS offers an extended collection of services catering to different functionality and use cases. Below is a condensed summary of some of the main AWS services:
Cloud storage that scales with Amazon S3.
Managed relational database service provided by Amazon RDS.
The managed NoSQL database service is offered by Amazon DynamoDB.
Scalable, rapid data warehousing offered by Amazon Redshift.
Automated code deployments using AWS CodeDeploy.
User identification and data synchronization using Amazon Cognito.
Create, train, and implement ML models using Amazon SageMaker.
Please open Telegram to view this post
VIEW IN TELEGRAM
Follow
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
ExpiredDomains.com
prodevopsguy.site is for sale! Check it out on ExpiredDomains.com
Buy prodevopsguy.site for 100 on GoDaddy via ExpiredDomains.com. This premium expired .site domain is ideal for establishing a strong online identity.
In this article, we will look at how to run Terraform in an Azure DevOps pipeline, step-by-step. We will go from the start of the process showing how to create an Azure DevOps instance and project, how to setup Terraform in Azure DevOps, and how to create Terraform configuration files for the infrastructure and pipelines using YAML, sharing some examples and best practices along the way.
𝑓𝑜𝑟 𝑚𝑜𝑟𝑒 𝑖𝑛𝑓𝑜, 𝑦𝑜𝑢 𝑐𝑎𝑛 𝑐ℎ𝑒𝑐𝑘 𝑡ℎ𝑖𝑠 𝑙𝑖𝑛𝑘:
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Several key components of Kubernetes are important to understand:
𝗣𝗼𝗱
𝗦𝗲𝗿𝘃𝗶𝗰𝗲
𝗡𝗮𝗺𝗲𝘀𝗽𝗮𝗰𝗲
𝗡𝗼𝗱𝗲
𝗖𝗹𝘂𝘀𝘁𝗲𝗿
𝗥𝗲𝗽𝗹𝗶𝗰𝗮𝗦𝗲𝘁
𝗟𝗮𝗯𝗲𝗹
𝗞𝘂𝗯𝗲𝗹𝗲𝘁
𝗞𝘂𝗯𝗲𝗰𝘁𝗹
𝗞𝘂𝗯𝗲-𝗽𝗿𝗼𝘅𝘆
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
1713875919034.gif
1.3 MB
Are you searching for ways to harness the formidable capabilities of AWS to transform your organization's network? Look no further than AWS Transit Gateway, a game-changing solution designed to simplify and elevate your network architecture, especially in scenarios involving intricate setups of multiple AWS accounts and Amazon Virtual Private Clouds (VPCs). Here's a closer look at how AWS Transit Gateway can revolutionize your business:
Please open Telegram to view this post
VIEW IN TELEGRAM
ExpiredDomains.com
prodevopsguy.site is for sale! Check it out on ExpiredDomains.com
Buy prodevopsguy.site for 100 on GoDaddy via ExpiredDomains.com. This premium expired .site domain is ideal for establishing a strong online identity.
𝑓𝑜𝑟 𝑚𝑜𝑟𝑒 𝑖𝑛𝑓𝑜, 𝑦𝑜𝑢 𝑐𝑎𝑛 𝑐ℎ𝑒𝑐𝑘 𝑡ℎ𝑖𝑠 𝑙𝑖𝑛𝑘:
https://prodevopsguy.site/100-Kubernetes-Errors-With-Solution
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
1713899557694.gif
304.6 KB
However, managing load balancers can be overwhelming, given the various types and configuration options available.
In today's multi-cloud landscape, mastering load balancing is essential to ensure seamless user experiences and maximize resource utilization, especially when orchestrating applications across multiple cloud providers. Having the right knowledge is key to overcoming these challenges and achieving consistent, reliable application delivery.
Please open Telegram to view this post
VIEW IN TELEGRAM
When you host your system in 𝗔𝘇𝘂𝗿𝗲, there are many things to monitor. Obviously, your system's metrics. But not only. You should also keep an eye on
➡️ planned maintenance
➡️ service health
➡️ resource health
➡️ recommendations
One of the options would be checking this in the portal. However, this approach is time-consuming, as there is not always something to look for.
🔣 What else could we do?
We can configure alerts for this kind of event and be notified via our preferred channel.
With Terraform, all that we need is 𝗮𝘇𝘂𝗿𝗲𝗿𝗺_𝗺𝗼𝗻𝗶𝘁𝗼𝗿_𝗮𝗰𝘁𝗶𝘃𝗶𝘁𝘆_𝗹𝗼𝗴_𝗮𝗹𝗲𝗿𝘁 where we can configure criteria for being alerted, like:
➡️ event category
➡️ event type
➡️ locations
➡️ services
This saves you valuable time and increases your level of confidence in platform health.
📱 𝐅𝐨𝐥𝐥𝐨𝐰 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
One of the options would be checking this in the portal. However, this approach is time-consuming, as there is not always something to look for.
We can configure alerts for this kind of event and be notified via our preferred channel.
With Terraform, all that we need is 𝗮𝘇𝘂𝗿𝗲𝗿𝗺_𝗺𝗼𝗻𝗶𝘁𝗼𝗿_𝗮𝗰𝘁𝗶𝘃𝗶𝘁𝘆_𝗹𝗼𝗴_𝗮𝗹𝗲𝗿𝘁 where we can configure criteria for being alerted, like:
This saves you valuable time and increases your level of confidence in platform health.
Please open Telegram to view this post
VIEW IN TELEGRAM
ExpiredDomains.com
prodevopsguy.site is for sale! Check it out on ExpiredDomains.com
prodevopsguy.site is available for sale! Check it out on ExpiredDomains.com. prodevopsguy.site is in high demand, secure it today!
Please open Telegram to view this post
VIEW IN TELEGRAM
www.prodevopsguy.site
𝐏𝐫𝐨𝐃𝐞𝐯𝐎𝐩𝐬𝐆𝐮𝐲 ♾️ 𝐅𝐫𝐞𝐞 𝐃𝐞𝐯𝐎𝐩𝐬/𝐂𝐥𝐨𝐮𝐝 𝐖𝐨𝐫𝐥𝐝
Free DevOps/Cloud World
𝑓𝑜𝑟 𝑚𝑜𝑟𝑒 𝑖𝑛𝑓𝑜, 𝑦𝑜𝑢 𝑐𝑎𝑛 𝑐ℎ𝑒𝑐𝑘 𝑡ℎ𝑖𝑠 𝑙𝑖𝑛𝑘:
Please open Telegram to view this post
VIEW IN TELEGRAM
ReplicaSet and Deployment are both Kubernetes resources used for managing and scaling application instances, but they serve different purposes and have distinct features:
It is a lower-level controller in Kubernetes.
It does not support declarative updates or rollback strategies.
It is often used directly only in advanced scenarios where finer control over scaling and updates is required.
It is a higher-level abstraction built on top of ReplicaSets.
Please open Telegram to view this post
VIEW IN TELEGRAM
If you want to become a Certified Kubernetes Administrator, or you want to become an EXPERT in Kubernetes, learn Kubernetes from scratch and understand everything, this repo is a good choice.
1. Kubernetes
2. Helm
3. Operator
4. Prometheus
5. EKS
Please open Telegram to view this post
VIEW IN TELEGRAM