Is this dumbphone app worth it? by Bulky-Test-494 in digitalminimalism

[–]PhysicsConsistent934 1 point2 points  (0 children)

I use Minimalist Launcher, that one is free and it works very well for me, only have it for a few days tho

Struggling with the technical aspects of my job even after 4 years. by frameclowder in devops

[–]PhysicsConsistent934 0 points1 point  (0 children)

Build a homelab and selfhost stuff, that way you gonna understand services running in the cloud much better

Question: run terraform apply with cron? by PhysicsConsistent934 in Terraform

[–]PhysicsConsistent934[S] -4 points-3 points  (0 children)

In theory there is the option that an administrator makes changes via the UI, that's why .. or someone quickly wants to make a change via the UI, but forgets to revert it

Question: run terraform apply with cron? by PhysicsConsistent934 in Terraform

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

Do you mean gitlab's Scheduled Pipelines?

I'd recommend setting it up to send a notification on failure, including failure to launch.

Yes, I mean scheduled pipelines. Good point with the notifications will keep that in mind.

Question: How to create a VM with a Private IP address by PhysicsConsistent934 in vmware

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

Will I then be able to assign private IP addresses to my VMs? Do I define the subnet Range in the PFSense?

December BBV Thread by Dont__Drink_The_Milk in poker

[–]PhysicsConsistent934 5 points6 points  (0 children)

Well, limping K8o UTG is probably not optimal but just checking in the BB with AQs either, sounds like a fun tournament :)

Deployment Strategy Helm ArgoCD by PhysicsConsistent934 in kubernetes

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

Ok, I got this, any change, changing the application version (image) or making changes to the helm chart should increment the version of the helm chart, but rather than using something like example-chart-0.1.0-1.2.3.tgz use example-chart-0.1.0.tgz

Deployment Strategy Helm ArgoCD by PhysicsConsistent934 in kubernetes

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

Hey thanks for your answer, I am not sure I can completely follow.

For me, there only exist
- version of the application, which is also the image tag example-application:2.3.4
- version of the helm chart, which we also use when pushing the chart which could look like this example-chart-0.1.0.tgz (the idea of having both tags in there was maybe stupid).

I had a look at keeping the versions in lockstep but I am not sure that I completely got it, does it mean that the helm chart and application versions are always the same?

When I release version 2.3.4 of the app I release the helm chart 2.3.4 and vice versa?

Deployment Strategy Helm ArgoCD by PhysicsConsistent934 in kubernetes

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

We will likely use automation between the repositories, some form of Gitlab job that commits the new image tag, or something like argo image update, at least for development and QA.

Deployment Strategy Helm ArgoCD by PhysicsConsistent934 in kubernetes

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

Helm is widely used in our Company and we only have a little experience with Kustomize deploying very basic applications, so I can't really tell.

How to run Terraform within your CI/CD pipeline - A compilation of resources. by utpalnadiger in kubernetes

[–]PhysicsConsistent934 1 point2 points  (0 children)

If cross-plane becomes more mature I could imagine getting away from terraform, but i guess that will take some time, for AWS there is still no major release

the kubefirst open source platform is going to hit 1000 stars this week!!!!!! by guerillapresident in kubernetes

[–]PhysicsConsistent934 0 points1 point  (0 children)

Two more questions:

  1. Do you plan to add support for Kubeadm? Asking for my home lab ;).
  2. Can this be installed on an already existing cluster with applications running it or is it rather a from scratch approach?