Posts

Showing posts from March, 2021

Amazon SQS a distributed message queuing service

Image
Amazon Simple Queue Service (SQS) is provided by Amazon Web Services (AWS) as a managed message line service. Provides HTTP API in which objects can be moved and read online through applications. AWS fully controls the queue itself, making SQS a simple messaging solution between various components of software applications running in the cloud. Why use SQS? Amazon's Light Line Service is a fully integrated online service that allows you to compose and measure microservices, distributed systems, and applications without interruption. SQS eliminates the complexity and complexity associated with the management and operation of message-focused middleware and empowers developers to focus on making a difference in the workplace. Using SQS, you can send, store, and receive messages between software components at any volume, without losing messages or requiring other services. Get started with SQS in minutes using the AWS console, Command Line Interface or your favourite SDK, and three sim...

How Siemens Healthineers using Azure AKS

Image
So what is Azure Kubernetes Service? Azure Kubernetes Service (AKS) is a managed container management service, based on the Kubernetes open-source program, available on the Microsoft Azure public cloud. The organization can use AKS to deploy, measure and manage Docker containers and container-based applications in a container container container. So what is Kubernetes? Kubernetes is a fast and flexible platform that manages container-based applications as well as network and storage. Focus on the application burden, not the underlying infrastructure components. Kubernetes provides a way to approve submissions, supported by a powerful set of management performance APIs. It is a portable, portable, open platform for managing workloads with resources and services, which facilitates advertising and automation configuration. It has a large, fast-growing ecosystem. Kubernetes services, support and tools are widely available. How AKS can benefit users? Migration of existing applications: The...

Neural Network Case Study: Google Health/DeepMind

Image
Today, neural networks (NN) transform business and everyday life, bringing us to the next level in artificial intelligence (AI). By mimicking the way brain cells work, NN-enabled devices (including smartphones and computers we use every day) are now trained to read, detect patterns, and make humanoid predictions and problem-solving in all areas of business. So what is Neural Network? Computer programs inspired by neural networks to perform various functions with a large amount of information involved are called neural networks or artificial ANN networks. Various algorithms are used to understand the relationships in a given data set to obtain the best results for dynamic inputs. The network is trained to produce the desired results and various models are used to predict future results and data. The nodes are connected to function like the human brain. Different connections and hidden patterns in raw data are used to compile and separate data. Neural networks are a series of algorithms ...

Experts Session on Industry use case of OpenShift

Image
Hello every one, here’s a small article about a session I attended of Redhat on the Industry use case of Kubernetes and OpenShift. It was a great opportunity for me to attend a webinar, which was delivered by  Mr Amel Mathai  ( Technical Delivery Manager, Redhat Training, world’s First Ansible certified professional ),  Mr Daleep Singh Bais  ( Senior Technical Instructor, RedHat Technologies ) and  Abid Mattoo sir (Partner Sales Manager ). Here are some key points that I learnt in this session: Kubernetes Provide lot’s of benefits like scalability, stability, workload, portability, etc. And the challenges of Kubernetes are deployment, operations, hardening. Using Containerization we can launch a new OS in just 1 sec and using the resource like RAM/CPU of base OS. And That OS called a container. And the problem associate with that container is no one monitor their actions. Docker Represents As A Service Platform: Build → Ship → Run Openshift is an open-source con...