SSafiya_K2insk-techtries.hashnode.dev·Apr 9, 2025 · 10 min readAWS Global InfrastructureIn order to operate and administer its numerous expanding cloud services that serve clients worldwide, Amazon Web Services, a global public cloud provider, needs a global network of infrastructure. The following tutorial will focus on the elements th...00
SSafiya_K2insk-techtries.hashnode.dev·Jan 8, 2025 · 2 min readGet started with AWS Cloud Services -- EC2Elastic Compute Cloud(EC2) Amazon EC2 provides Scalable Computing resources within the AWS Cloud: You can use Amazon EC2 to launch as many or as few Virtual Servers as needed, along with Configurable Security, networking and storage. Amazon EC2 ena...00
SSafiya_K2insk-techtries.hashnode.dev·Dec 18, 2024 · 3 min readKUBERNETES(K8s) -- For Beginner's(a Simple and Quick read!!)Overview of Kubernetes: An Introductory Guide A robust open-source framework called Kubernetes was created to automate containerised application deployment, scalability, and management. We will examine the core ideas of Kubernetes in this article to ...00
SSafiya_K2insk-techtries.hashnode.dev·Nov 19, 2024 · 2 min readGIT vs GITHUB vs GITLAB vs BITBUCKETWhile "Git" is a distributed version control system that tracks code changes, "GitHub," "GitLab," and "Bitbucket" are online platforms that host Git repositories. GitHub is the most widely used, GitLab provides a more complete DevOps suite, and Bitbu...00
SSafiya_K2insk-techtries.hashnode.dev·Nov 13, 2024 · 2 min readPython - Understanding Operators(for beginners)In Python, operators are special symbols or keywords that allow you to execute operations on variables and values. Numerous operators of various types are supported by Python. You may carry out arithmetic computations, assign values to variables, com...00