<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>The Ops Community ⚙️: Pritesh Bhoi</title>
    <description>The latest articles on The Ops Community ⚙️ by Pritesh Bhoi (@priteshbhoi).</description>
    <link>https://community.ops.io/priteshbhoi</link>
    <image>
      <url>https://community.ops.io/images/GiqSoCZT-cvxaGra-mHVaqf51km4mmeprUCMoC9Xr_M/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL3Vz/ZXIvcHJvZmlsZV9p/bWFnZS82NDAvNTFl/MDk3MzgtOGQ1My00/ZjZkLTg4MGItNTdk/M2RlMmM3ZTkxLnBu/Zw</url>
      <title>The Ops Community ⚙️: Pritesh Bhoi</title>
      <link>https://community.ops.io/priteshbhoi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://community.ops.io/feed/priteshbhoi"/>
    <language>en</language>
    <item>
      <title>Docker - Containers</title>
      <dc:creator>Pritesh Bhoi</dc:creator>
      <pubDate>Fri, 24 Jun 2022 05:11:03 +0000</pubDate>
      <link>https://community.ops.io/priteshbhoi/docker-containers-427o</link>
      <guid>https://community.ops.io/priteshbhoi/docker-containers-427o</guid>
      <description>&lt;p&gt;Containers are instances of Docker images that can be run using the Docker run command. The main purpose of Docker is to run containers. Let's discuss how to work with containers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Running  container&lt;/strong&gt;&lt;br&gt;
Container execution is controlled by the Docker run command. To start a container in interactive mode, first start a Docker container.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;sudo docker run - it centos/bin/bash&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Listing of Containers&lt;/strong&gt;&lt;br&gt;
The &lt;code&gt;docker ps&lt;/code&gt; command can be used to list all the containers on a computer. This command is used to return the running container.&lt;/p&gt;

&lt;p&gt;docker ps&lt;/p&gt;

</description>
      <category>docker</category>
      <category>tutorials</category>
    </item>
    <item>
      <title>Docker - Storage</title>
      <dc:creator>Pritesh Bhoi</dc:creator>
      <pubDate>Fri, 24 Jun 2022 05:06:39 +0000</pubDate>
      <link>https://community.ops.io/priteshbhoi/docker-storage-4iji</link>
      <guid>https://community.ops.io/priteshbhoi/docker-storage-4iji</guid>
      <description>&lt;h2&gt;
  
  
  Docker - Storage
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;storage drive&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Docker has several storage drivers that make it possible to work with simple storage devices. The following table shows the different storage drivers along with the technology used for the storage drivers.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;AUFS&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This is a stable driver; can be used for series-ready applications.&lt;/li&gt;
&lt;li&gt;It has good memory usage and is perfect for providing a smooth Docker container experience.&lt;/li&gt;
&lt;li&gt;There is a high level of logging activity associated with this driver that should be taken into account.&lt;/li&gt;
&lt;li&gt;This is great for systems that are a platform as a service type.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Device mapper&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This is a stable driver; provides a seamless Docker experience.&lt;/li&gt;
&lt;li&gt;This driver is great for testing lab applications.&lt;/li&gt;
&lt;li&gt;This driver is compatible with the basic functionality of the Linux kernel.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Btrfs&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This driver is compatible with the basic functionality of the Linux kernel.&lt;/li&gt;
&lt;li&gt;There is a high level of logging activity associated with this driver that should be taken into account.&lt;/li&gt;
&lt;li&gt;This driver is useful for cases where you support multiple build sets.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;ZFS&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;It is a stable driver and is good for testing applications in the lab.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;This is great for systems that work as a platform as a service.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Ovelay&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;It is a stable driver and conforms to the basic functionality of the Linux kernel.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Has good memory usage.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;This driver is good for testing applications in the lab.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>docker</category>
      <category>tutorials</category>
    </item>
    <item>
      <title>Docker components</title>
      <dc:creator>Pritesh Bhoi</dc:creator>
      <pubDate>Fri, 24 Jun 2022 04:58:35 +0000</pubDate>
      <link>https://community.ops.io/priteshbhoi/docker-components-29lh</link>
      <guid>https://community.ops.io/priteshbhoi/docker-components-29lh</guid>
      <description>&lt;p&gt;Docker has the following components:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Docker for Mac&lt;/strong&gt; - Allows Docker containers to run on Mac OS.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Docker for Linux&lt;/strong&gt; - Allows Docker containers to run on Linux OS.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Docker for Windows&lt;/strong&gt; - Allows Docker containers to run on Windows operating systems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Docker Engine&lt;/strong&gt; - Used to create Docker images and Docker containers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Docker Hub&lt;/strong&gt; - This is the registry used to host various Docker images.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Docker Compose - Used to define applications that use multiple Docker containers.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>docker</category>
      <category>tutorials</category>
    </item>
    <item>
      <title>Docker features</title>
      <dc:creator>Pritesh Bhoi</dc:creator>
      <pubDate>Fri, 24 Jun 2022 04:57:01 +0000</pubDate>
      <link>https://community.ops.io/priteshbhoi/docker-features-5fko</link>
      <guid>https://community.ops.io/priteshbhoi/docker-features-5fko</guid>
      <description>&lt;p&gt;&lt;strong&gt;Docker features&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Docker is able to reduce development effort by providing a smaller operating system footprint via containers.&lt;/li&gt;
&lt;li&gt;Containers make it easy for teams across departments such as development, QA, and operations to work seamlessly between applications.&lt;/li&gt;
&lt;li&gt;You can use Docker containers anywhere, on any physical and virtual machine, even in the cloud.&lt;/li&gt;
&lt;li&gt;Because Docker containers are quite light, they are very easy to scale.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>docker</category>
      <category>tutorials</category>
    </item>
    <item>
      <title>Docker - Overview</title>
      <dc:creator>Pritesh Bhoi</dc:creator>
      <pubDate>Fri, 24 Jun 2022 04:55:25 +0000</pubDate>
      <link>https://community.ops.io/priteshbhoi/docker-overview-3lkm</link>
      <guid>https://community.ops.io/priteshbhoi/docker-overview-3lkm</guid>
      <description>&lt;p&gt;Docker is a container management service. Docker's buzzword is development, delivery and execution everywhere. The whole idea of ​​Docker is that developers can easily develop applications and ship them in containers, which can then be deployed anywhere.&lt;/p&gt;

&lt;p&gt;Docker was originally released in March 2013 and has since become the buzzword for modern global developments, especially when it comes to agile projects.&lt;/p&gt;

&lt;p&gt;The official Docker site is &lt;a href="https://www.docker.com/"&gt;https://www.docker.com/&lt;/a&gt; This site contains all the information and documentation for the Docker software. It also has download links for different operating systems.&lt;/p&gt;

</description>
      <category>docker</category>
      <category>tutorials</category>
      <category>webdev</category>
    </item>
    <item>
      <title>AWS Site-to-Site VPN introduces Private IP VPNs</title>
      <dc:creator>Pritesh Bhoi</dc:creator>
      <pubDate>Thu, 23 Jun 2022 04:54:48 +0000</pubDate>
      <link>https://community.ops.io/priteshbhoi/aws-site-to-site-vpn-introduces-private-ip-vpns-4bfj</link>
      <guid>https://community.ops.io/priteshbhoi/aws-site-to-site-vpn-introduces-private-ip-vpns-4bfj</guid>
      <description>&lt;ul&gt;
&lt;li&gt;To date, AWS Site-to-Site VPN supports the ability to set up an IPSec VPN connection over Direct Connect with private IP addresses. This change will allow customers to encrypt DX traffic between their on-site network and AWS without the need for public IP addresses, which will also allow for better security and privacy on the network.
AWS Site-to-Site VPN is a fully managed service that creates a secure connection between your data center or branch office and your AWS resources using IP Security Tunnels (IPSec). Until now, you had to use a public IP address to connect local networks to AWS VPC. Many customers require strong Direct Connect network traffic encryption and are not allowed to use public IP addresses for this communication. With this launch, you can configure private IP addresses (RFC1918) in their IPSec VPN tunnels with Direct Connect and ensure that traffic between AWS and the local network is both encrypted and private. This feature improves your overall security position and allows you to follow any security rules or commands more.
To get started, create a private IP VPN connection with the AWS gateway in Direct Connect and enter the remote IP address type as the private IP. You must specify the appropriate Transit Gateway Direct Connect extension that you want to use as the carrier for this private IP VPN connection. You can route traffic over a private IP VPN connection between AWS and your network remotely using BGP (Dynamic) or by configuring static routes in the Transit Gateway routing tables. This feature is available through the AWS Management Console, the Amazon Command Line Interface (Amazon CLI) and the Amazon Software Development Kit (Amazon SDK). Private IP VPN support is available in all AWS areas where AWS Site-to-site VPN is available. The prices for a private IP VPN connection are the same as for a regular site-to-site VPN connection.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>aws</category>
      <category>devops</category>
      <category>tutorials</category>
    </item>
    <item>
      <title>How AWS works</title>
      <dc:creator>Pritesh Bhoi</dc:creator>
      <pubDate>Wed, 22 Jun 2022 04:42:00 +0000</pubDate>
      <link>https://community.ops.io/priteshbhoi/how-aws-works-1461</link>
      <guid>https://community.ops.io/priteshbhoi/how-aws-works-1461</guid>
      <description>&lt;p&gt;AWS is isolated into various administrations; each can be arranged in various ways in light of the client's requirements.&lt;/p&gt;

&lt;p&gt;Clients ought to have the option to see design choices and individual server maps for an AWS administration.&lt;/p&gt;

&lt;p&gt;In excess of 100 administrations contain the Amazon Web Services portfolio, including those for register, data sets, framework the board, application advancement and security. These administrations, by classification, include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Compute&lt;/li&gt;
&lt;li&gt;Storage databases&lt;/li&gt;
&lt;li&gt;Data management&lt;/li&gt;
&lt;li&gt;Migration&lt;/li&gt;
&lt;li&gt;Hybrid cloud&lt;/li&gt;
&lt;li&gt;Networking&lt;/li&gt;
&lt;li&gt;Development tools&lt;/li&gt;
&lt;li&gt;Management&lt;/li&gt;
&lt;li&gt;Monitoring&lt;/li&gt;
&lt;li&gt;Security&lt;/li&gt;
&lt;li&gt;Governance&lt;/li&gt;
&lt;li&gt;Big data management&lt;/li&gt;
&lt;li&gt;Analytics&lt;/li&gt;
&lt;li&gt;Artificial intelligence (AI)&lt;/li&gt;
&lt;li&gt;Mobile development&lt;/li&gt;
&lt;li&gt;Messages and notification&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/priteshbhoi"&gt;contact&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>tutorials</category>
      <category>devops</category>
      <category>cloudops</category>
    </item>
    <item>
      <title>Amazon Web Services</title>
      <dc:creator>Pritesh Bhoi</dc:creator>
      <pubDate>Tue, 21 Jun 2022 04:11:56 +0000</pubDate>
      <link>https://community.ops.io/priteshbhoi/amazon-web-services-2n21</link>
      <guid>https://community.ops.io/priteshbhoi/amazon-web-services-2n21</guid>
      <description>&lt;p&gt;In 2002, Amazon launched Amazon Web Services (AWS), which provides programmatic access to hidden features on its website.&lt;/p&gt;

&lt;p&gt;In November 2005, Amazon began testing Amazon Mechanical Turk, an application programming interface (API) that allows programs to send tasks to human processors.&lt;/p&gt;

&lt;p&gt;In March 2006, Amazon launched an online storage service called Amazon Simple Storage Service (Amazon S3). &lt;/p&gt;

&lt;p&gt;An unlimited number of data objects ranging in size from 1 byte to 5 terabytes can be stored on the S3 and delivered via HTTP or BitTorrent. The service pays a monthly fee for stored and transmitted data. &lt;br&gt;
In 2006, Amazon introduced the Amazon Simple Queue Service (Amazon SQS), a distributed queuing service and product wiki (later incorporated into Amapedia), and discussion forums for some products using guidelines that follow the standard. message board convention.&lt;/p&gt;

</description>
      <category>aws</category>
    </item>
    <item>
      <title>10 Biggest Companies That Use AWS</title>
      <dc:creator>Pritesh Bhoi</dc:creator>
      <pubDate>Mon, 20 Jun 2022 10:00:55 +0000</pubDate>
      <link>https://community.ops.io/priteshbhoi/10-biggest-companies-that-use-aws-2b40</link>
      <guid>https://community.ops.io/priteshbhoi/10-biggest-companies-that-use-aws-2b40</guid>
      <description>&lt;ol&gt;
&lt;li&gt;SAP (SAP)&lt;/li&gt;
&lt;li&gt;Tata Motors (TTM)&lt;/li&gt;
&lt;li&gt;Novartis (NVS)&lt;/li&gt;
&lt;li&gt;Pfizer (PFE)&lt;/li&gt;
&lt;li&gt;Unilever (UL)&lt;/li&gt;
&lt;li&gt;Walt Disney Company (DIS)&lt;/li&gt;
&lt;li&gt;Sony (SNE)&lt;/li&gt;
&lt;li&gt;Hitachi (HTHIY)&lt;/li&gt;
&lt;li&gt;Johnson &amp;amp; Johnson (JNJ)&lt;/li&gt;
&lt;li&gt;General Electric (GE)&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>aws</category>
    </item>
    <item>
      <title>What is Amazon EKS?</title>
      <dc:creator>Pritesh Bhoi</dc:creator>
      <pubDate>Fri, 17 Jun 2022 05:15:13 +0000</pubDate>
      <link>https://community.ops.io/priteshbhoi/what-is-amazon-eks-1941</link>
      <guid>https://community.ops.io/priteshbhoi/what-is-amazon-eks-1941</guid>
      <description>&lt;p&gt;Amazon Elastic Kubernetes Service (Amazon EKS) is a controlled carrier that you may use to run Kubernetes on AWS without having to install, operate, and preserve your very own Kubernetes manipulate aircraft or nodes. Kubernetes is an open-supply gadget for automating the deployment, scaling, and control of containerized applications.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Runs and scales the Kubernetes manage aircraft throughout more than one AWS Availability Zones to make certain excessive availability.&lt;/li&gt;
&lt;li&gt;Automatically scales manage aircraft times primarily based totally on load, detects and replaces dangerous manage aircraft times, and it gives computerized model updates and patching for them.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Getting started with Amazon EKS
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-ug.pdf#getting-started"&gt;EKS&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tutorials</category>
      <category>kubernetes</category>
      <category>eks</category>
      <category>aws</category>
    </item>
    <item>
      <title>Amazon Web Services (AWS) &amp; Google Cloud</title>
      <dc:creator>Pritesh Bhoi</dc:creator>
      <pubDate>Thu, 16 Jun 2022 04:27:54 +0000</pubDate>
      <link>https://community.ops.io/priteshbhoi/amazon-web-services-aws-google-cloud-35mh</link>
      <guid>https://community.ops.io/priteshbhoi/amazon-web-services-aws-google-cloud-35mh</guid>
      <description>&lt;h1&gt;
  
  
  What is AWS?
&lt;/h1&gt;

&lt;p&gt;Amazon Web Services (AWS) gives APIs and a distributed computing stage to people, organizations, and legislatures. The AWS stage offers distributed computing arrangements that are adaptable, simple to-utilize, versatile, solid, and financially savvy.&lt;/p&gt;

&lt;p&gt;It likewise comprises of contributions like framework as a help (IAAS), programming as an assistance (SAAS), and stage as a help (PAAS). Instances of the administrations given by AWS incorporate systems administration, capacity, remote registering, versatile turn of events, email, investigation, and security.&lt;/p&gt;

&lt;h1&gt;
  
  
  What is Google Cloud?
&lt;/h1&gt;

&lt;p&gt;Google Cloud is a distributed computing stage that gives cloud administrations, for example, information capacity, AI, and information examination. It likewise gives contributions like serverless figuring, stage as a help, and foundation as an assistance.&lt;/p&gt;

&lt;p&gt;Different apparatuses presented by this stage incorporate systems administration, Big Data, the web of things (IoT), the executives devices, security, and Cloud AI. Google cloud administrations share similar framework with opposite end-client results of Google which include: YouTube, Gmail, and Google Search.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>googlecloud</category>
    </item>
    <item>
      <title>What are the pre-requisites to learn AWS?</title>
      <dc:creator>Pritesh Bhoi</dc:creator>
      <pubDate>Mon, 13 Jun 2022 06:42:10 +0000</pubDate>
      <link>https://community.ops.io/priteshbhoi/what-are-the-pre-requisites-to-learn-aws-3lo7</link>
      <guid>https://community.ops.io/priteshbhoi/what-are-the-pre-requisites-to-learn-aws-3lo7</guid>
      <description>&lt;h1&gt;
  
  
  Following are some of the major prerequisites:
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Fundamental knowledge of operating systems like Windows, Linux, etc.&lt;/li&gt;
&lt;li&gt;Fundamental knowledge of Networking and Virtualization&lt;/li&gt;
&lt;li&gt;Knowledge of any programming language&lt;/li&gt;
&lt;li&gt;Fundamental command on coding (because certain auxiliary software may need it)&lt;/li&gt;
&lt;li&gt;Overview of Public and Private cloud&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>aws</category>
      <category>tutorials</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
