Managing stateful application using statefulsets

What is a StatefulSet? We can define it as the API object for workload and administration of stateful applications or also known as “stateful applications”. This manages the deployment and scaling of a set of pods. Thus offering guarantees on the order and uniqueness of the pods it manages. Like deployments, a StatefulSet manages pods…

Read More

Comparison between GitHub vs Azure DevOps

When we talk about modern software development companies, collaborating with different members of a team is a day-to-day job, they currently have at their disposal a wide selection of tools that help developers store and manage their code efficiently and sure, if GitHub and Azure DevOps are excellent development platforms that cover most of the…

Read More

Comparison between Jenkins vs CircleCI

Most companies in the software development sector around the world currently follow agile methodologies in their SDLC, today continuous integration and continuous delivery (CI/CD) are buzzwords. Automating build and release activities is fast becoming common practice. for a long time Jenkins has been the most widely used CI/CD automation tool, much of this is due…

Read More

Continuous integration in software development

Continuous integration is an agile software development concept and a fundamental part of the DevOps approach. This method is commonly used in projects where multiple programmers are jointly involved in developing an application. Continuous integration focuses on the regular merging of code from developers working independently into a central repository that everyone can access. The…

Read More