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 […]
Tag: 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 […]

Repository servers and the crucial role it plays today Unlike 10 years ago, the way we use computers today has changed. With the CloudNative concept, many are migrating to Containerization technologies. Here, mostly using Docker or similar technologies are used to run applications within containers. Previously, the process involved installing applications on a server 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 […]