Posts

VMware Premium Learning Content for Free (till 31st October 2020)

Image
If you are looking for VMware Premium Learning Content for free then Subscribe to the content by 31st October 2020. How to subscribe it?

Azure Artificial Intelligence Fundamentals (AI-900) - Concepts

If you are preparing for Exam : Azure Artificial Intelligence Fundamental (AI-900) or looking for enhance your knowledge to the point, then you are at the right place. 

Kubernetes Architecture

Image
Kubernetes (K8s) is known as an Orchestrator for containers/microservies applications. If we talk about it from higher level, it is a cluster of nodes where applications are running. 

Cloud Computing

Image
Overview Cloud computing is an approach through which everything related to computing (Servers, network, storage, applications, platform etc.) offered "as a service". "As a Service" means you will not own the Infrastructure rather than use it and will pay as per usage.

Docker Features

Image
Docker CLI The most powerful interface to interact with Docker Containers. It is a simple command line Interface tool which integrates with Cmd Prompt and PowerShell in Windows and with default terminal in Linux based Operating System.

VMWare Horizon 7

Overview VMWare Horizon 7 is a highly automated platform that provides simplified solution for managing and delivering Virtual Desktops and application in On-Premises,  Cloud, Hybrid or multi-cloud configuration. It works with Software-defined data center (SDDC).

Docker Architecture

Image
Docker Architecture provides details about all major components belongs to docker platform, also explain how each components works together to fulfill requirements. Also we will see, how the actions will takes once run the commands in Docker Client (CLI).

Networking in Containers

Image
Overview Docker containers and it's services are so powerful because these can connect together, or can connect with the workload which is not running on docker. Even our containers and services are not required to be aware that they are running on docker or not even their peers.

VMWare-Cloud-Foundation

Overview VMWare Cloud Foundation is a hybrid cloud platform for managing Virtual Machines and orchestration of containers.

Containers

Container is a standard package of software that bundles an application’s code together with related configuration files, libraries and the dependent required binaries to run an application independently.

Docker Engine

Docker Engine is a heart of Docker and it is installed with default docker installation. It works on Client-Server model. It actually performs all the tasks for docker.

Kubernetes

Kubernetes (K8s) is an open-source orchestration platform for automating deployment, scaling, and management of containerized applications . Kubernetes is developed by Google in 2014 and written Go language.

Docker - To The Point

Docker is an open source platform which helps us to manage life-cycle of containers. It uses Container Runtime Engine (CRE) known as Docker Engine or Docker Daemon to perform all tasks (create, delete, run etc.) on containers.

Kubernetes Components

Kubernetes API Server Kubernetes API server, a brain for Kubernetes cluster which handles communication with each component of Kubernetes. It validates and configures data for the api objects which include pods, services, replication controllers etc.