<?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 ⚙️: Kumar Kalyan</title>
    <description>The latest articles on The Ops Community ⚙️ by Kumar Kalyan (@kumarkalyan).</description>
    <link>https://community.ops.io/kumarkalyan</link>
    <image>
      <url>https://community.ops.io/images/Y9xqkxDAEdbzzHMN0ZMO7s1TpTBeOyXH1q5C46BNIO8/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL3Vz/ZXIvcHJvZmlsZV9p/bWFnZS8yNzAvNzli/MTVlYjYtY2I5ZS00/OWE2LTk4NTYtZjc4/ODNkOWE1MmY2LnBu/Zw</url>
      <title>The Ops Community ⚙️: Kumar Kalyan</title>
      <link>https://community.ops.io/kumarkalyan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://community.ops.io/feed/kumarkalyan"/>
    <language>en</language>
    <item>
      <title>Docker simlified !</title>
      <dc:creator>Kumar Kalyan</dc:creator>
      <pubDate>Sun, 29 May 2022 15:37:23 +0000</pubDate>
      <link>https://community.ops.io/kumarkalyan/docker-simlified--3lj0</link>
      <guid>https://community.ops.io/kumarkalyan/docker-simlified--3lj0</guid>
      <description>&lt;h2&gt;
  
  
  Intro
&lt;/h2&gt;

&lt;p&gt;This article explains about ,docker, containers , docker images, when to use them and many more. &lt;/p&gt;

&lt;h2&gt;
  
  
  All about containers and Software containerization ?
&lt;/h2&gt;

&lt;p&gt;A container is an environment that allows us to build and run software packages which include the code and all dependencies to run applications quickly and reliably on any computing environment like Azure , GCP or Aws . These packages are also known as  container images which acts as an unit for distributing  of software applications. On the other hand Software containerization is an Operating System virtualization method that is used to deploy and run containers without using a virtual machine (VM). &lt;/p&gt;

&lt;h2&gt;
  
  
  All about Docker ?
&lt;/h2&gt;

&lt;p&gt;Docker is a containerization platform used to develop, ship, and run containers.One can run Docker on using a desktop or laptop to test and develop software applications using  Linux, Windows, and mac Operating Systems. Many clouds, including Azure,AWS,GCP, support Docker.The Docker platform consists of several components that we use to build, run, and manage our containerized applications&lt;/p&gt;

&lt;h2&gt;
  
  
  Docker Engine
&lt;/h2&gt;

&lt;p&gt;The Docker Engine having several components configured as client-server implementation where the client and server run simultaneously on the same host. The client communicates with the server using a REST API, which enables the client to also communicate with a remote server instance.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Docker Client
&lt;/h2&gt;

&lt;p&gt;The Docker client is none other than a command-line application  that provides us with a command line interface (CLI) to interact with a Docker server. The docker command uses the Docker REST API to send instructions to either a local or remote server and functions as the primary interface we use to manage the  containers that are created&lt;/p&gt;

&lt;h2&gt;
  
  
  The Docker Server
&lt;/h2&gt;

&lt;p&gt;The Docker server is a daemon named dockerd. The dockerd daemon responds to requests from the client via the Docker REST API and can interact with other daemons. The Docker server is also responsible for tracking the lifecycle of our containers providing us all the necessary info for our applications&lt;/p&gt;

&lt;h2&gt;
  
  
  Docker objects
&lt;/h2&gt;

&lt;p&gt;There are several objects that we create and configure to support the container deployments which includes networks, storage volumes, plugins, and other service objects. We won't cover all of these objects here, but it's good to keep in mind that these objects are items that we can create and deploy as needed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Docker Hub
&lt;/h2&gt;

&lt;p&gt;Docker Hub is a Software as a Service (SaaS) Docker container registry. Docker registries are repositories that we use to store and distribute the container images we create. Docker Hub is the default public registry Docker uses for image management.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;This was all about Docker &amp;amp; its Services. Do share these article with your peers if you find it useful and dont hesitate to hit a reaction if you love it as it helps the page grow.&lt;/p&gt;

</description>
      <category>devops</category>
      <category>tutorials</category>
      <category>docker</category>
    </item>
    <item>
      <title>Get started with azure compute services</title>
      <dc:creator>Kumar Kalyan</dc:creator>
      <pubDate>Sat, 28 May 2022 18:04:25 +0000</pubDate>
      <link>https://community.ops.io/kumarkalyan/get-started-with-azure-compute-services-53ac</link>
      <guid>https://community.ops.io/kumarkalyan/get-started-with-azure-compute-services-53ac</guid>
      <description>&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;This article will help everyone to get a clear idea about compute services provided by Microsoft Azure and when to use one of them. Also, this article is beginner-friendly so anyone having a basic idea of cloud computing and its service models can go for it. &lt;/p&gt;

&lt;h2&gt;
  
  
  Azure Virtual machines
&lt;/h2&gt;

&lt;p&gt;Virtual machines are nothing but software that gives us access to a remote physical computer, which means you get a processor, memory, and storage in virtual mode. Just like physical computers you can install OS and run software in the cloud using a virtual machine. &lt;/p&gt;

&lt;h3&gt;
  
  
  When to use Virtual Machines(V M)
&lt;/h3&gt;

&lt;p&gt;One can use VMs during testing and development, running &lt;br&gt;
application on the cloud, extending the data center over the cloud ,etc.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Azure Virtual Destops (AVD)
&lt;/h2&gt;

&lt;p&gt;This is an application virtualization service designed for enabling users to use a cloud-hosted version of Windows from any location. Like accessing a Windows machine and accessing remote Windows apps from anywhere just using the Internet. This runs over Windows, Mac, Linux ,android and also Ios. This service is used for enhancing security and providing better user experiences &lt;/p&gt;

&lt;h2&gt;
  
  
  Azure APP Service
&lt;/h2&gt;

&lt;p&gt;This service is designed to quickly build, scale &amp;amp; deploy, web, mobile apps, and APIs in the easiest way. APP service is having the features like hosting web Apps and API, &lt;br&gt;
 storing mobile app data in cloud databases, Authentication and push notifications, and enabling custom back end logic using&lt;br&gt;
 Nodejs or C#.&lt;/p&gt;

&lt;h2&gt;
  
  
  Azure Container Instances (ACI) or Azure Kubernetes Service (AKS)
&lt;/h2&gt;

&lt;p&gt;These services are designed to deploy and manage containers. Containers are lightweight visualization environments this service is just like running multiple VMs in a single Host machine, Which reduces cost and increases scalability. &lt;br&gt;
On the other hand, Kubernetes is an open-source container orchestration software system  designed to automate deployment, management, and scalability, and the same services are provided by AKS &lt;/p&gt;

&lt;h2&gt;
  
  
  Azure Functions
&lt;/h2&gt;

&lt;p&gt;This type of service is designed for code deployment and execution without any need for server infrastructure, web server, or any configurations . Azure Functions can be implemented in Languages like C#, Node Js, python Etc. Also, this reduces cost and is mostly used in IoT and event driven apps &lt;/p&gt;

&lt;h2&gt;
  
  
  Azure Logic Apps
&lt;/h2&gt;

&lt;p&gt;This service is similar to Azure functions enabling developers to trigger logic based on an event But the difference is that Logic apps are used to automate workflows to automate business scenarios &lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;This was all about Azure Compute Services. Do share these article with your peers if you find it useful and dont hesitate to hit a reaction if you love it as it helps the page grow.&lt;/p&gt;

</description>
      <category>azure</category>
      <category>cloudops</category>
      <category>tutorials</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
