Build and Package

DigitalVarys is the Community of Developers and Authors of Technical Content about #DevOps, Cloud, #ProjectManagement, #InformationSecurity, #DataScience and #WebDevelopment.​

Development Archives covers topics on Build and Package Strategies of DevOps with Trends and Technologies. Especially, Build and Package Archives of DigitalVarys talks about Tutorials, Guides, and How To’s on Build and Package Technologies and Trends.

Helm Chart Flow Control Scoping and Looping with examples

Helm – Part-5: Helm Chart Flow Control, Scoping, and Looping.

Helm is a package manager for Kubernetes. Like yum and apt for the Linux. As the usage of the Kubernetes goes higher for seamless application, learning Helm seems important to fit in the future of Software Development. Hence we are going to see the series of tutorials on Helm in digitalvarys.com. In our previous article, […]

Helm – Part-5: Helm Chart Flow Control, Scoping, and Looping. Read More »

Helm – Part-4: Helm Chart Template Functions and Pipelines with examples.

Helm is a package manager for Kubernetes. Like yum and apt for the Linux. As the usage of the Kubernetes goes higher for seamless application, learning Helm seems important to fit in the future of Software Development. Hence we are going to see the series of tutorials on Helm in digitalvarys.com. In our previous article,

Helm – Part-4: Helm Chart Template Functions and Pipelines with examples. Read More »

Helm – Part-3: Helm Chart Built-in Objects and Values For Template.

In our previous article, we discussed the file and folder structure of the Helm Charts and discussed a simple template file by creating it and installing it into the Kubernetes Cluster. Now, we will discuss what is Helm Chart Built-in Objects and Values For Template. Along with that, we will discuss a sample Deployment using

Helm – Part-3: Helm Chart Built-in Objects and Values For Template. Read More »

Helm – Part-1: Introduction to Helm, Kubernetes Package Manager

Helm is a Package Management tool for Kubernetes. This will allow Development and operational teams to quickly package, configure, maintain, and deploy applications into the Kubernetes Clusters. Helm is very useful in Kubernetes operations as the Kubernetes Deployment can become very complex and difficult when the number of services, Pods, Deployments, and Replica sets are

Helm – Part-1: Introduction to Helm, Kubernetes Package Manager Read More »

Configure GitLab Runner

How to Configure GitLab Runner on your own

GitLab is an emerging tool that empowers one of the pillars of DevOps called the CICD Pipeline. Just like we have executors in Jenkins, GitLab has Runners that will act as an application on demand and executes the commands and instructions defined in the GitLab Pipeline scripts (.gitLab-ci.yaml) at the root of the project. Since

How to Configure GitLab Runner on your own Read More »

Manage multiple Python Versions with Pyenv

How to Manage multiple Python Versions with pyenv

As we know python is an unavoidable programming language when it comes to Infrastructure automation or IT Operations. Directly or indirectly Python plays an important role in DevOps as it is the popular backend programming language say, Docker, Puppet, Ansible, and more. But the painful part is the different versions of python in the operating

How to Manage multiple Python Versions with pyenv Read More »

How to Configure and Running Jenkins Behind Apache Reverse Proxy

How to Configure and Running Jenkins Behind Apache Reverse Proxy?

Running Jenkins in its default server will be difficult to manage sometimes. Running Jenkins behind Reverse Proxy is recommended if you want to manage Jenkins hosting and a certain level of access management in traffic. In this article, we will discuss How to Configure and Running Jenkins Behind Apache Reverse Proxy with the benefits of

How to Configure and Running Jenkins Behind Apache Reverse Proxy? Read More »

Upgrading Jenkins

Upgrading Jenkins and Post Upgrade Activities

As we know Jenkins is one of the most used opensource automation tools. Since it is highly reliable and stable, it is highly recommended for enterprise CICD and another automation purpose. Although it is highly reliable and stable, we need to be careful when we upgrade Jenkins to new versions of Jenkins. Especially, when we

Upgrading Jenkins and Post Upgrade Activities Read More »

How to Create Dynamically Scalable Jenkins Slaves with Docker and Kubernetes

How to Create Dynamically Scalable Jenkins Slaves with Docker and Kubernetes

Jenkins becomes a popular and unavoidable CICD tool. Also, Jenkins is used Because of its huge availability of plugins and features. Such a tool which is in high demand will have to run N number of job N number of time with the high resource. So scaling is needed to face this resource demand. So,

How to Create Dynamically Scalable Jenkins Slaves with Docker and Kubernetes Read More »