Category "devops"

(Terraform) Error 400: Invalid request: instance name (pg_instance)., invalid

On GCP, I'm trying to create a Cloud SQL instance with this Terraform code below: resource "google_sql_database_instance" "postgres" { name =

Use toml file format instead of yaml or json for docker compose... is it possible?

I just wondering about toml support for docker-compose. I've only found following Reddit implementation of toml instead yaml. https://www.reddit.com/r/docker/co

How does Kubernetes and Terraform work seamlessly together and what role do they each undertake?

I am a bit confused about the individual roles of Kubernetes and Terraform when using them both on a project. Until very recently, I had a very clear understand

Using Nuke build to push a tag to an Azure Devops repository

I'm trying to figure out how to push a tag after a successful build back to the azure devops git repository. Whether I'm just asking the wrong questions or goi

Azure Devops Pipeline - Angular 13 to Azure App Service Error

I am trying to build a pipeline for a simple angular project in Azure Devops but I keep getting an error that "no such file or directory: D:/a/1/s/dist" Here is

DevOps Pipeline changing Timeformat when sending variable values as JSON Body to Deploy Azure Resources with Terraform

My Terraform Deployment for Azure Resources contains a Budget, which requires a start and end date. When I'm sending my JSON Body/variable value from my Logic A

helm harbor is not a valid chart repository or cannot be reached: object required

I've successfully pushed some locally built helm chart to harbor private helm registry using below commands: helm registry login private.harbor.com helm push ch

I make a docker image using linux and installed an Oracle Db 19c using the official base image linux/amd64. now running on Mac M1 give me an error

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested Oracle

Automate Azure Devops (FTP Upload) and Git to upload on Remote Server

The current setup is as below Version Control - Git Repos and Branch hosted on - Azure DevOps Codebase - External server The dev team clones Azure Repo into loc

Uploading CICD artifact to Blob Storage with a time stamp

So I'm working on a CI/CD Pipeline in Azure DevOps and I want to add the functionality of sending the artifact at every run to blob storage, so we can revert to

How to see which commit was deployed to prod with AWS CodeDeploy

We're using AWS CodeDeploy for our deployment pipelines, reading from our bitbucket repository. I'm trying to find which commit number was last deployed to prod

Helm globally controlling values of dependencies from requirements

We have a set of Micro-Services (MS-a, MS-b, MS-c..) each has its own dependencies specified in requirements.yaml. Some have the same requirements, e.g mongodb.

Heroku review apps and github integration

We have a heroku review app pipeline configured with github integration. Currently, every time after a new app is created, we have to go in and manually disable

how does an SSL certificate chain bundle arranged?

I have 4 certificate files like this: 1.certum_certificate.crt 2.certum_certificate.pem 3.Intermediate_CA2.cer 4.Intermediate_CA.cer 5.Root_CA.cer I put these

How do I move Source Code from a local GitLab to AWS GitLab environment using automation?

As a part of my job, I have to automate Sorce code movement from development environment to Production environment. The developers push the code to GitLab that

Expected behavior for ClusterRole with two rules mentioning the same resource

I'm working with RBAC on an Openshift cluster. I was wondering what is the expected behavior for applying a ClusterRole that has two rules which reference the s

How to run Gitlab-CI pipelines only branch and tag?

I just want to run pipelines when tagged from main branch. I tried using workflow but it doesn't work. This is my .gitlab-ci.yml file. workflow: rules: -

How to debug Unknown field error in Kubernetes?

This might be rookie question. I am not well versed with kubernetes. I added this to my deployment.yaml ad.datadoghq.com/helm-chart.check_names: | ["o

getting error while installing kured using fleet

the error iam getting is: error while running post render on files:invalid cluster scoped object[name=namespaces-kured kind=ClusterRole apiversion:rbac.authoriz

Azure Devops Deploy Docker image to ec2 instance

I hope somebody can direct to the best approach to solve this matter. I have an azure account on which I have an azure container registry holding my docker imag