What is Linux? Linux is an open-source operating system like other operating systems such as Microsoft Windows, Apple Mac OS, iOS, Google android, etc. An operating system is a software that enables the communication between computer hardware and software. It conveys input to get processed by the processor and brings output to the hardware to […]
Author: ygminds
Windows Server
Large organizations depend on Windows Active Directory (AD) to maintain order in the chaos that is managing users, computers, permissions, and file servers. What is Active Directory? Active Directory is a Microsoft product that operates on Windows Server. It is a database and set of services developed to help you with access, management, and permissions […]
7. Autoscaling
What is Scaling? In cloud computing, scaling is the process of adding or removing compute, storage, and network services to meet the demands a workload makes for resources in order to maintain availability and performance as utilization increases. In simple words, as per our requirement increasing the capacity of anything is called scalability. Auto-scaling is […]
6. Azure Board
The Boards service in Azure DevOps is the management hub of the project. Boards can be used to plan, track, and collaborate between team members. Azure Boards provides software development teams with the interactive and customizable tools they need to manage their software projects. It provides a rich set of capabilities including native support for Agile, Scrum, […]
4. EC2 Backup
Let alone protect it from unexpected data loss as a result of hardware failure, software corruption, accidental deletion, malicious attack, or an unpredictable disaster. More issues may arise still when it comes to managing AWS EC2 environments and protecting data stored in the cloud. In short, AWS EC2 backup instances, you should choose one of the […]
8. Linux Users & Groups Management
Linux Users User management includes everything from creating a user to deleting a user on your system. User management can be done in two ways on a Linux system. Graphical tools are easy and suitable for new users, as it makes sure you’ll not run into any trouble. Command line tools includes commands like useradd, userdel, passwd, […]
5. Docker
What are Microservices? Microservices are an architectural and organizational approach to software development where software is composed of small independent services that communicate over well-defined APIs. These services are owned by small, self-contained teams. Microservices architectures make applications easier to scale and faster to develop, enabling innovation and accelerating time-to-market for new features. Microservices are:- […]
15. RDS
What is Data? In simple words data can be fats related to any object for example – your age, job, house number, contact number, name, place or some data related to you. What is Database? Database is systematic Collection of data database support storage and manipulation of data. For example Facebook telecom companies amazon.com What […]
6. Kubernetes
What is Kubernetes? Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management. Google originally designed Kubernetes, but the Cloud Native Computing Foundation now maintains the project. Cloud based K8S Services- GKE- Google kubernetes services AKS- Azure kubernetes services Amazon EKS( Elastic kubernetes services ) Kubernets Vs Docker Swarm FEATURES KUBERNETES […]
6. Elastic Load Balancing
Elastic Load Balancing is the AWS service that automatically distributes incoming application traffic across multiple resources, such as Amazon EC2 instances. A load balancer acts as a single point of contact for all incoming web traffic to your Auto Scaling group. This means that as you add or remove Amazon EC2 instances in response to […]