Here are the main Azure CLI command groups:
1. Account
-
-
-
-
-
2. AD
-
-
-
-
-
3. Advisor
-
-
4. Aks
-
-
-
-
-
-
-
-
-
5. Api
-
-
-
-
-
-
6. Appconfig
-
-
-
-
-
-
7. Appservice
-
-
-
-
-
-
8. Backup
-
-
-
-
-
-
-
-
9. Batch
-
-
-
-
-
-
-
10. Billing
-
-
-
-
-
-
-
...and many more! You can use
Some other commonly used Azure CLI commands include:
-
-
-
-
-
📱 𝐅𝐨𝐥𝐥𝐨𝐰 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
1. Account
-
az account-
az account clear-
az account list-
az account show-
az account set2. AD
-
az ad-
az ad app-
az ad group-
az ad sp-
az ad user3. Advisor
-
az advisor-
az advisor recommendation4. Aks
-
az aks-
az aks browse-
az aks create-
az aks delete-
az aks get-credentials-
az aks list-
az aks scale-
az aks show-
az aks update5. Api
-
az api-
az api create-
az api delete-
az api list-
az api show-
az api update6. Appconfig
-
az appconfig-
az appconfig create-
az appconfig delete-
az appconfig list-
az appconfig show-
az appconfig update7. Appservice
-
az appservice-
az appservice create-
az appservice delete-
az appservice list-
az appservice show-
az appservice update8. Backup
-
az backup-
az backup container-
az backup item-
az backup job-
az backup policy-
az backup protected-item-
az backup recovery-point-
az backup vault9. Batch
-
az batch-
az batch account-
az batch application-
az batch certificate-
az batch job-
az batch node-
az batch pool10. Billing
-
az billing-
az billing account-
az billing enrollment-account-
az billing invoice-
az billing period-
az billing profile-
az billing subscription...and many more! You can use
az --help to explore more command groups and commands.Some other commonly used Azure CLI commands include:
-
az group: Manage resource groups-
az resource: Manage resources-
az storage: Manage storage accounts-
az vm: Manage virtual machines-
az network: Manage network resourcesRemember to use az --help to get more information about each command and its usagePlease open Telegram to view this post
VIEW IN TELEGRAM
- All Kubernetes Content
- Kubernetes Realtime scenarios
- All Kubernetes Exercises with solutions
- No More AWS PDFs needed
- Easy to Learn from anywhere
- Detailed Explanation guide
- All Kubernetes Tricks & Techniques for DevOps guy
- Added Certified Kubernetes Administrator (CKA) Notes
- All Kubernetes Realtime examples included
Please open Telegram to view this post
VIEW IN TELEGRAM
Docker 🐬 & Containers All End-to-End Content 2024 ❤️
⚡️ This Includes:
- All Docker-Containers Content
- Docker Realtime scenarios
- All Docker Exercises with solutions
- No More Docker PDFs needed
- Easy to Learn from anywhere
- Detailed Explanation guide
- All Docker file examples for DevOps Engineer
📱 Link : https://github.com/NotHarshhaa/into-the-devops/tree/master/topics/containers
📱 𝐅𝐨𝐥𝐥𝐨𝐰 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
- All Docker-Containers Content
- Docker Realtime scenarios
- All Docker Exercises with solutions
- No More Docker PDFs needed
- Easy to Learn from anywhere
- Detailed Explanation guide
- All Docker file examples for DevOps Engineer
Please open Telegram to view this post
VIEW IN TELEGRAM
- All Git/GitHub Content with use cases
- Git Realtime scenarios
- All Git/GitHub Exercises with solutions
- No More Git PDFs needed
- Easy to Learn from anywhere
- Detailed Explanation guide
- All Git/GitHub Branching Strategies for DevOps guy
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
In this article, we will explain how to create and manage the public and private subnets using terraform and create instance in the desired subnet.
Please open Telegram to view this post
VIEW IN TELEGRAM
DEV Community
Mastering GitHub Actions for DevOps Engineers: A Complete Guide from Beginner to Advanced
GitHub Actions has revolutionized how developers and DevOps engineers automate workflows, enabling...
Are you ready to level up your DevOps skills with GitHub Actions? Whether you're a beginner or an experienced engineer, this comprehensive guide has everything you need to know about automating CI/CD pipelines, integrating with popular DevOps tools, and optimizing workflows.
👨💻 This guide is packed with practical tips and examples to help you master GitHub Actions!
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
Here are some commonly used Splunk commands:
1.
search: The primary command for searching data in Splunk. Use it to retrieve events based on specific criteria.2.
index: Specifies the index from which to retrieve data. You can filter data by index using this command.3.
source: Filters events based on the source of the data (e.g., log files, network streams).4.
sourcetype: Filters events based on the type of data source (e.g., Apache logs, Windows Event Logs).5.
eval: Creates calculated fields or modifies existing fields. Useful for creating custom fields or transforming data.6.
stats: Aggregates and summarizes data. You can use it to calculate counts, averages, and other statistics.7.
timechart: Generates time-based charts and visualizations. Useful for trend analysis and identifying patterns over time.8.
rex: Extracts fields using regular expressions. Helpful when dealing with unstructured data.9.
dedup: Removes duplicate events based on specified fields.10.
transaction: Groups related events into transactions. Useful for analyzing multi-step processes.11.
top: Identifies the top values for a specific field (e.g., top IP addresses, top error codes).12.
lookup: Enriches events by joining them with external lookup tables (e.g., mapping IP addresses to geolocation data).Remember that these commands are just a starting point. Depending on your use case, you might need to explore additional commands and features. Happy Splunking!🚀 🔍
For more detailed information, check out the Splunk Cheat Sheet and the Splunk Quick Reference Guide[1][2].
Please open Telegram to view this post
VIEW IN TELEGRAM
1.
top / htop : Monitor real-time system resource usage (CPU, memory, etc.).2.
ps aux : Display currently running processes.3.
free -h : Check memory usage.4.
df -h : View disk space usage.5.
du -sh /path/to/directory : Check the size of a specific directory.6.
uptime : See how long the system has been running and load average.7.
iostat : Monitor system input/output device loading.8.
sar : Collect, report, or save system activity information.1.
ifconfig / ip a : Display network interfaces and IP addresses.2.
ping <host> : Check connectivity to a remote host.3.
traceroute <host> : Trace the path packets take to a network host.4.
netstat -tuln / ss -tuln : List open ports and services.5.
nslookup <domain> / dig <domain> : Query DNS records.6.
wget <url> : Download files from the web.1.
journalctl : View system logs (Linux).2.
syslog-ng : Configure system logging.3.
tcpdump : Capture network traffic.4.
strace : Debug system calls.5.
lsof : List open files and network connections.1. Identify symptoms.
2. Gather logs and system info.
3. Analyze data.
4. Isolate issues.
5. Apply fixes.
1. Regularly monitor system performance.
2. Implement logging and alerting.
3. Document troubleshooting processes.
4. Continuously learn new tools and techniques.
Please open Telegram to view this post
VIEW IN TELEGRAM
Dive into the world of AWS DevOps and transform your cloud infrastructure with cutting-edge tools and practices. Here's what you need to know:
1. AWS CodePipeline: Automate your release pipelines with ease.
2. AWS CodeBuild: Scalable build service to compile your source code, run tests, and produce software packages.
3. AWS CodeDeploy: Automate code deployments to any instance, be it EC2 or on-premises.
4. AWS CodeCommit: Secure and scalable source control service to host Git repositories.
- Amazon CloudWatch: Monitor and log your AWS resources and applications.
- AWS X-Ray: Trace and debug applications built using a microservices architecture.
- AWS Identity and Access Management (IAM): Fine-grained access control for users and services.
- AWS Key Management Service (KMS): Create and manage cryptographic keys securely.
- Integrate with Jenkins, GitHub Actions, or GitLab CI for streamlined CI/CD workflows.
- AWS Elastic Beanstalk: Quickly deploy and manage applications in the AWS Cloud without worrying about the infrastructure.
- AWS Auto Scaling: Ensure your application scales automatically to meet demand.
- AWS CloudFormation: Model and set up your AWS resources using code.
- Utilize AWS Global Infrastructure for deploying your applications across multiple regions.
Stay tuned for more insights and tips on leveraging AWS DevOps to boost your cloud efficiency and productivity. Happy DevOps-ing!🤖 💻
Please open Telegram to view this post
VIEW IN TELEGRAM
1728623046131.gif
833.8 KB
- 𝑷𝒖𝒔𝒉: Send your local commits to the remote repo.
- 𝑷𝒖𝒍𝒍: Grab the latest changes from remote. It's actually fetch + merge in one go.
- 𝑭𝒆𝒕𝒄𝒉: Download changes, but don't apply them yet.
- 𝑴𝒆𝒓𝒈𝒆: Combine those fetched changes with your work.
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
Boost your CI/CD workflows with these must-know integration projects. Enhance automation, streamline processes, and deliver quality software faster.
1. Jenkins + GitHub - Integrate Jenkins with GitHub for seamless CI/CD, automating builds and tests on every commit.
2. GitLab CI/CD + Kubernetes - Use GitLab’s CI/CD pipelines to deploy directly to Kubernetes clusters.
3. CircleCI + Docker - Combine CircleCI’s speed with Docker’s containerization for efficient, repeatable builds.
4. Travis CI + Heroku - Simplify deployment by integrating Travis CI with Heroku for quick app releases.
5. Bamboo + AWS - Deploy and scale applications using Bamboo integrated with AWS services.
6. TeamCity + Azure DevOps - Enhance your CI/CD pipelines with TeamCity integrated with Azure DevOps.
7. Drone + Gitea - A seamless combination for self-hosted CI/CD using Drone with the Gitea Git service.
8. Argo CD + Helm - Manage Kubernetes deployments using Argo CD integrated with Helm charts.
9. Spinnaker + Google Cloud - Deliver continuous deployments across multiple cloud environments with Spinnaker and Google Cloud.
10. Concourse + Vault - Secure your CI/CD pipelines by integrating Concourse with HashiCorp Vault.
11. Tekton + OpenShift - Use Tekton pipelines for CI/CD on Red Hat OpenShift to build, test, and deploy applications.
12. Azure Pipelines + Terraform - Automate infrastructure as code with Azure Pipelines and Terraform.
13. Bitbucket Pipelines + Jira - Track and manage your CI/CD workflows efficiently with Bitbucket Pipelines and Jira.
14. GoCD + ELK Stack - Monitor and analyze your CI/CD pipelines with GoCD integrated with the ELK (Elasticsearch, Logstash, Kibana) stack.
15. Buddy + Slack - Get real-time notifications and updates from Buddy CI/CD directly in your Slack channels.
Please open Telegram to view this post
VIEW IN TELEGRAM
DEV Community
Learn DevOps with 0 Knowledge for Freshers
Introduction DevOps is a transformative culture and set of practices that bring together...
Are you a fresher with zero knowledge of DevOps? Don't worry! Our comprehensive guide, Learn DevOps with 0 Knowledge for Freshers, is here to help you get started on the right path.
- Understanding the basics of DevOps
- Foundation skills: programming, OS, networking
- Mastering CI/CD with Jenkins and GitLab
- Configuration management with Ansible and Puppet
- Containerization and orchestration with Docker and Kubernetes
- Exploring cloud platforms: AWS, Azure, GCP
- Implementing Infrastructure as Code with Terraform
- Monitoring and logging with Prometheus and ELK Stack
- Hands-on projects and continuous learning tips
Start your DevOps journey today and become a proficient DevOps engineer!🎉
Please open Telegram to view this post
VIEW IN TELEGRAM
DevOps & Cloud (AWS, AZURE, GCP) Tech Free Learning
Photo
1. What is AWS?
2. What are the key services provided by AWS?
3. What is EC2 in AWS?
4. What is an S3 bucket?
5. Explain the difference between S3 and EBS.
6. What is IAM in AWS?
7. How does AWS VPC work?
8. What are Security Groups and how do they work?
9. What is an AWS region?
10. What are Availability Zones in AWS?
11. What is Auto Scaling?
12. What is Elastic Load Balancing?
13. What is Route 53?
14. Explain the difference between a public and private subnet.
15. What is CloudFormation?
16. What is AWS Lambda?
17. What is Amazon RDS?
18. How do you monitor AWS resources?
19. What is Amazon DynamoDB?
20. What is AWS Elastic Beanstalk?
21. What is Amazon CloudFront?
22. Explain Amazon SNS.
23. What is the difference between RDS and DynamoDB?
24. What are EIPs (Elastic IPs)?
25. How does AWS CloudTrail work?
26. What is Amazon CloudWatch?
27. What is the AWS Free Tier?
28. What is a NAT Gateway?
29. Explain the Shared Responsibility Model in AWS.
30. What are AWS Tags and why are they used?
31. How do you secure data at rest and in transit in AWS?
32. Explain the difference between AWS S3 Standard and S3 Glacier.
33. How does AWS S3 versioning work?
34. What is AWS Elasticache?
35. Explain the concept of a bastion host.
36. How do you implement high availability in AWS?
37. What is AWS Direct Connect?
38. What are AWS Managed Services?
39. What is AWS Config?
40. How do you set up cross-region replication in S3?
41. Explain AWS KMS.
42. What is Amazon Redshift?
43. How does AWS handle data encryption?
44. What is Amazon EFS?
45. Explain AWS Elastic Transcoder.
46. What is AWS CodePipeline?
47. How do you implement disaster recovery in AWS?
48. What is AWS OpsWorks?
49. What is AWS Step Functions?
50. Explain the difference between Spot Instances and Reserved Instances.
51. What is Amazon SWF?
52. How do you secure an AWS API Gateway?
53. What are Placement Groups in AWS?
54. What is AWS CodeDeploy?
55. How does Amazon Athena work?
56. What is AWS Snowball?
57. Explain the concept of AWS CloudHSM.
58. What is AWS X-Ray?
59. How do you manage secrets in AWS?
60. Explain AWS Systems Manager.
61. What is the difference between horizontal and vertical scaling in AWS?
62. How does AWS Lambda handle cold starts?
63. What is a VPC peering connection and how does it work?
64. Explain the use of AWS Transit Gateway.
65. What is Amazon EKS?
66. How do you manage multi-account AWS environments?
67. Explain the concept of serverless architecture in AWS.
68. What are AWS Organizations?
69. How do you optimize costs in AWS?
70. What are the best practices for securing an AWS environment?
Please open Telegram to view this post
VIEW IN TELEGRAM
Thanks for Sharing valuable information.
#freelearning #freeknowledge #devops #devopscommunity
Please open Telegram to view this post
VIEW IN TELEGRAM
DEV Community
Azure DevOps Zero to Hero Series
Introduction Welcome to the Azure DevOps Zero to Hero Series! This comprehensive series is...
Hey everyone!
1. Introduction to Azure DevOps
- Understanding DevOps and its importance
- Overview of Azure DevOps services
- Setting up your Azure DevOps environment
2. Azure Boards and Agile Project Management
- Managing work items with Azure Boards
- Implementing Agile, Scrum, and Kanban processes
- Customizing dashboards and queries
3. Mastering Git and Source Control
- Introduction to Git and Azure Repos
- Branching, merging, and pull requests
- Managing repositories and code reviews
4. Build and Release Pipelines
- Creating and configuring build pipelines
- Continuous Integration (CI) and Continuous Deployment (CD)
- Using Azure Pipelines for automated deployments
5. Azure Artifacts and Test Plans
- Managing packages with Azure Artifacts
- Setting up and running test plans
- Ensuring code quality and compliance
- Hands-On Demos: Each article includes practical demos to help you apply what you learn.
- Real-World Projects: Work on real projects to gain practical experience.
- Community Support: Join our community discussions and collaborate with fellow learners.
Don't miss out on this opportunity to become an Azure DevOps expert! Whether you're a beginner or looking to enhance your skills, this series has something for everyone.
Please open Telegram to view this post
VIEW IN TELEGRAM
When Containers Talk: Decoding the Secret Language of Docker Networking.
Please open Telegram to view this post
VIEW IN TELEGRAM