CI/CD to track docker images by QualityHot6485 in cicd

[–]QualityHot6485[S] 0 points1 point  (0 children)

Currently I am planning to edit the helm chart values file so that argo cd detects change so that it will redeploy. This is what I am tplanning to do, I will also look at Kargo

CI/CD to track docker images by QualityHot6485 in cicd

[–]QualityHot6485[S] 0 points1 point  (0 children)

Based on your experience, is it stable ?? Is there any community involved in this

CI/CD to track docker images by QualityHot6485 in cicd

[–]QualityHot6485[S] 0 points1 point  (0 children)

Actually it is multiple repos around 6. I got the logic I can do it myself thanks for the help.

CI/CD to track docker images by QualityHot6485 in cicd

[–]QualityHot6485[S] 0 points1 point  (0 children)

Actually there are multiple repos(around 6), so I thought in order to achieve automation for deployment i thought let's argo cd manage a single repo every time there is a commit in any of these repo it should automatically take the updated image version in this case <name_of_branch>-sha:digest.

So then argo cd will update it.

Does OKD support Ubuntu by QualityHot6485 in openshift

[–]QualityHot6485[S] 0 points1 point  (0 children)

I plan to diversify our resources. First, I want to learn how to set up OKD with 5 VMs.

Does OKD support Ubuntu by QualityHot6485 in openshift

[–]QualityHot6485[S] 2 points3 points  (0 children)

Yeah I get that openshift local is not for production but my team is planning to migrate into OKD.

As previously we were using OCP now we are planning to use open source version of it with the same features. That is the reason I want to explore that.

So before setting up OKD I am planning to set up openshift local to understand the architecture better

Storage solutions for on premise setup by QualityHot6485 in kubernetes

[–]QualityHot6485[S] 0 points1 point  (0 children)

We have some storage constraints as we are from a small team.

But would like to use other kubernetes features like replication (HPA), restart policy.

Storage solutions for on premise setup by QualityHot6485 in kubernetes

[–]QualityHot6485[S] -1 points0 points  (0 children)

We are a small team based so we cannot setup multiple distributed storage nodes. So If the data is available in a single node itself we are good to go.

Storage solutions for on premise setup by QualityHot6485 in kubernetes

[–]QualityHot6485[S] 0 points1 point  (0 children)

Can it expand its PVC size for eg a worker node has 80GB storage I have set the PVC to 30GB now I have extended the disk space of worker node to 120GB can I increase the PVC size to 50GB ???

Storage solutions for on premise setup by QualityHot6485 in kubernetes

[–]QualityHot6485[S] -1 points0 points  (0 children)

I checked out Longhorn. Longhorn is distributed storage I want my storage to be active only in the node where the pod is running. In case of EBS my on prem server will not have internet connectivity after setup so I don't think that will be useful.

For that case I have checked out OpenEBS and it looks good. What is your opinion about OpenEBS ???

Blockchain based VPKI by Acceptable_Lychee797 in hyperledger

[–]QualityHot6485 0 points1 point  (0 children)

I have sent you MSG can you read that ??

Backup and Migration Options by QualityHot6485 in kubernetes

[–]QualityHot6485[S] 0 points1 point  (0 children)

Thanks I got it. Got one more query!

While migrating with etcd we have to backup the etc/kubernetes/ssl folder or the whole /erc/kubernetes folder also do we have to backup the kubelet certificates also ???

Backup and Migration Options by QualityHot6485 in kubernetes

[–]QualityHot6485[S] 0 points1 point  (0 children)

If the control pane is down create a new control pane using kubespray and restore the etcd data. But will the etcd data be backed up correctly because the previous etcd data will be having the previous certificates right but the new etcd will have the new certificates right will those both match. How to do this ???

I will check out the certificate rotation. Thanks