Hello, KingKong !

Helloapp for devops enthusiasts to assist in proof of concepts
Greet :

Devops

DevOps is a set of practices that combines software development (Dev) and IT operations (Ops). It aims to shorten the SDLC and provide continuous delivery with high software quality. DevOps initiatives can create cultural changes by transforming the way operations, developers, and testers collaborate.

DevSecOps

DevSecOps introduces security processes from the beginning of the development cycle. DevSecOps stands for development, security, and operations — automates the integration of security at every phase of the SDLC, from initial design through integration, testing, deployment, and software delivery.

GitOps

GitOps is a way of managing your infrastructure and applications so that whole system is described declaratively and version controlled (most likely in a Git repository), and having an automated process that ensures that the deployed environment matches the state specified in a repository.