ARAbilash Rajasekaraninabilashr.hashnode.dev·Sep 25, 2020 · 3 min readRestore Backup for GoCD on KubernetesWe must have backup zip before attempting to restore. Or else make sure to download and have the backup zip in local. So, how to Backup? Refer to Perform Backup for GoCD on Kubernetes. The steps to restore backup are similar as mentioned in Backup Go...00
ARAbilash Rajasekaraninabilashr.hashnode.dev·Sep 25, 2020 · 4 min readPerform Backup for GoCD on KubernetesBackup is essential as it helps to restore the setup. Possibility of crash or mistake are high and we need to prepare ourselves for the worst case. Backup can give life to the devs. Let's see the ways to backup GoCD when running on Kubernetes. If yo...00
ARAbilash Rajasekaraninabilashr.hashnode.dev·Mar 4, 2020 · 6 min readGoCD on Kubernetes using Terraform: Setting up GoCDHave you ever been in a team where you had to setup GoCD server and agents(without Kubernetes)? It could be tiring and some of the challenges that we face with agents are not limited to continuously monitoring the load of it, agents running idle, cle...00
ARAbilash Rajasekaraninabilashr.hashnode.dev·Mar 3, 2020GoCD on Kubernetes using Terraform: Configuring OAuth with GithubThis blog is a continuation of GoCD on Kubernetes using Terraform: Configuring SSL using Let's Encrypt. Configure OAuth with Github We need to setup authentication for our GoCD. There are various open source plugins available for GoCD. It is possible...00
ARAbilash Rajasekaraninabilashr.hashnode.dev·Mar 3, 2020 · 3 min readGoCD on Kubernetes using Terraform: Configuring SSL using Let's EncryptThis blog is a continuation of GoCD on Kubernetes using Terraform: Setting up GoCD. Configure cert manager to issue certificate We got GoCD up and running in public ip. Now we need to make the communication secure using https. To setup https, we need...00