In Kubernetes node rotation (node cycling) concept we have two main approaches. The 1st strategy is more obvious, since applications should have enough room to function. If we remove a node before adding a new node, the cluster will be in a Low CPU/RAM state for a short period of time. This will lead to […]
Category: DevOps

The basics behind the Nexus repository. Using Nexus repository manager we can back various kind of repositories. Specially, creating APT, YUM repositories are a key role in this repository management world. Go lang repositories, maven, docker, npm, python (pypi) based repositories are also key players in this. There are clear, strategic reasons why organizations and […]

Over the past few years, I have had the opportunity to accumulate experiences, such as managing maintenance tasks for CI/CD pipelines that were not properly planned during their initial stages. These situations arise due to poor CI/CD architectures, the choice of tools that do not provide long-term support, and neglecting to plan for platform upgrades […]