Skip to main content

Posts

Featured

Kubernetes Certification by edX

  What Are Containers? Containers  are an application-centric method to deliver high-performing, scalable applications on any infrastructure of your choice. Containers are best suited to deliver microservices by providing portable, isolated virtual environments for applications to run without interference from other running applications. Microservices  :-    are lightweight applications written in various modern programming languages, with specific dependencies, libraries and environmental requirements. To ensure that an application has everything it needs to run successfully it is packaged together with its dependencies. Containers encapsulate microservices and their dependencies but do not run them directly. Containers run container images. Container Image :- A  container image  bundles the application along with its runtime, libraries, and dependencies, and it represents the source of a container deployed to offer an isolated executable environment ...

Latest Posts

Architecture of Kubernetes in Details

Features of Kubernetes, why we used, Basics of Architecture of k8s

What is Kubernates cluster, k8s

Jenkins Link Project, Views, User Management, Master Slave Concept

What is Jenkins, CI CD Pipelines , Installation Process, Maven Jobs, Schedule a task, Poll SCM(source code management)

Playbook Condition formatting , Encrypt the playbook, Roles, Types of Roles

Ansible playbook write YAML code, Target Section, Handler section

Ad-hoc Commands, module and playbook

Anisble demo and how to connect using ssh.

Introduction of Anisble configuration management System