Netbox with Active Directory authentication config

NetBox is an open source web application designed to help manage and document private computer networks. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It encompasses the following aspects of network management: IP address management (IPAM) – IP Read more…

Gitlab CI/CD with kaniko for Codeigniter 3

In order to accomplish this we need to have up and running the following: kubernetes cluster, docker swarm or single node docker host gitlab installed gitlab runners deployed to a host (container or VM) a valid Dockerfile gitlab ci/cd configuration yml kubernetes deployment file Before starting we need to enable Read more…