+91 88606 33966            edu_sales@siriam.in                   Job Opening : On-site Functional Trainer/Instructor | Supply Chain Management (SCM)
Month: September 2023

Understanding Kubernetes Pods: The Fundamental Building Blocks

Kubernetes has revolutionized container orchestration, making it easier to manage and scale containerized applications. At the core of Kubernetes lies the concept of Pods, which are the smallest deployable units. In this blog, we will explore, what Kubernetes pods are and how they can be deployed.   Now, let’s understand what the Kubernetes pods actually are […]

Oracle Database-PL/SQL Stored Procedures

PL/SQL Procedures Types of PL/SQL Procedures PL/SQL Procedure ranges from standalone routines to PL SQL packages and functions. The common types are:- Stored Procedures Stored Procedures are a powerful feature in database management systems that allow you to encapsulate a set of SQL and/or PL/SQL statements into a single, reusable unit. Anonymous BlocksThese are unnamed […]

CONTAINERS vs VIRTUAL MACHINE

Containers are a way to package your application’s source code, configuration, dependencies, into a single file. A Single file can be used to run small microservices or large software applications. It sits on the top of a physical server and its host operating system which means containers share the same operating system. Virtual machines run […]

Scroll to top