DevOps

VMware : Exploring Virtualization and Hypervisors

Virtualization – Virtualization is a technology that allows the creation of virtual environments to perform tasks that would typically run on physical computer hardware. It involves the creation of virtual machines, servers, and other resources that mimic the behavior of real physical machines. Types of Virtualizations There are five main types of virtualizations: Operating System …

VMware : Exploring Virtualization and Hypervisors Read More »

Symcloud CNP – An Enterprise Kubernetes Platform

Symcloud CNP An Enterprise Kubernetes Platform Symcloud Platform (formerly known as Rakuten’s Robin CNP – Robin Cloud Native Platform) is an enhanced Kubernetes platform that streamlines the deployment, scaling, and lifecycle management of data and network-intensive applications. It leverages the power of Kubernetes, offering a comprehensive solution that includes automated installation, lifecycle management, upgrades, monitoring …

Symcloud CNP – An Enterprise Kubernetes Platform Read More »

Ansible

Ansible Setup For CentOS

Ansible Setup For CentOS In our last post on Ansible Series, we read about Why Ansible Automation. Prerequisites for Ansible Setup As Ansible is based on agentless Model, we just need to install Ansible on one server which is called “Ansible Controller Node or Master Node or Central Management Server”. Before Ansible Installation, lets clear …

Ansible Setup For CentOS Read More »

Ansible

Start Automation with Ansible

Start Automation with Ansible Configuration Management Tools to Automate Infrastructure Configuration Management tools like Puppet, Chef, Ansible, SaltStack, CFengine are some of the most famous tools to automate your Infrastructure with IaC (Infrastructure as a Code) Framework. Sometimes it become very difficult for Admins and/or developers to understand what exactly these tools are doing and …

Start Automation with Ansible Read More »

Popular Jenkins Plug-in’s

Popular Jenkins Plug-in’s We have learned about Continuous Integration, Introduction to Jenkins and Jenkins setup on Ubuntu server. Those we have missed, we suggest to go through below posts: What is “Continuous Integration” Introduction to Jenkins a CI tool Jenkins Installation Jenkins is the most powerful Integration tool available in the market and the complete …

Popular Jenkins Plug-in’s Read More »

Jenkins Installation

Jenkins Installation In our last two posts we understand what Continuous Integration is and about an introduction to one of the famous CI tool called “Jenkins”. What is “Continuous Integration” Introduction to Jenkins a CI tool Jenkins is available as open source and can be download from here for almost all major operating systems like …

Jenkins Installation Read More »

Jenkins Certification

Introduction to Jenkins a CI tool

Introduction to Jenkins a CI tool Before starting with Jenkins, we would suggest new users to go through with Generic understanding of Continuous Integration. What is “Continuous Integration” Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks such as building, testing, and deploying software. Jenkins can …

Introduction to Jenkins a CI tool Read More »

CI

What is “Continuous Integration”

What is “Continuous Integration” DevOps, Continuous Integration, Continuous Testing, Continuous Delivery, Continuous Deployments etc are some of the most commonly used terms in the IT industry now a days, but what does actually some of these term means?. Why they are becoming an integral part of any software Delivery lifecycle. Let’s understand about one of …

What is “Continuous Integration” Read More »

Git

Push and Pull Operation is Git

Push and Pull Operation is Git We suggest to go through below posts if you are new to Git. Distributed Version Control System: Git Git Installation for Windows and Linux Setting Up Central/Remote Git Repository in Bitbucket Clone Process in Git and Local Repository Operations Push changes from your local Git repository to Bitbucket – …

Push and Pull Operation is Git Read More »