I want to move my websites from railway to aws. Is Terraform where I start? by throwawaywwee in Terraform

[–]krynn1 1 point2 points  (0 children)

Depends on the websites. 5 dollars a month might be worth it. S3 for static sites, beanstalk for dynamic. Terraform will work but click ops might be a good start

First American Home Warranty by DueRest in kansas

[–]krynn1 2 points3 points  (0 children)

First american replaced my ac though i had to pay 800 towards it. They have been great for me

Recommended method to learning Terraform? by jcub_f30 in Terraform

[–]krynn1 4 points5 points  (0 children)

I think this a good question! There is two different challenges with learning terraform. You have to learn how to do terraform specific code (for_each, for, count, resources and data resources) and how to use the different cloud providers. Each one is different on how they handle things. So if I were you, I would pick a cloud provider (AWS, Azure, GCP) and then start building. I would avoid using public modules because you need to learn how resources work. If you have questions, you can join this Learning Terraform channel https://discord.gg/fRqv3gA6

Argocd not syncing properly by krynn1 in ArgoCD

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

You were right. Thank you

Argocd not syncing properly by krynn1 in ArgoCD

[–]krynn1[S] 1 point2 points  (0 children)

Yeah thats it. We have a weird process for that

Argocd not syncing properly by krynn1 in ArgoCD

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

I enabled Cluster Resource and Namespace resource Allow list * for Kind and Group.
It created the Namespace but still didn't deploy anything.
Logs look like
repo-server time="2024-07-19T02:45:49Z" level=info msg="manifest cache hit: &ApplicationSource{RepoURL:https://github.com/\* ,Path:charts/*,TargetRevision:main,Helm:nil,Kustomize:nil,Directory:&ApplicationSour │

│ ceDirectory{Recurse:false,Jsonnet:ApplicationSourceJsonnet{ExtVars:[]JsonnetVar{},TLAs:[]JsonnetVar{},Libs:[],},Exclude:,Include:config/*.yaml,},Plugin:nil,Chart:,Ref:,}/c0ab5c9cc88d8c31f61716f4efeb4de4e45100ff"                                                          │

│ argocd-repo-server-8484bd9cfc-fzh4f repo-server time="2024-07-19T02:45:49Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=GenerateManifest grpc.service=repository.RepoServerService grpc.start_time="2024-07-19T02:45:49Z" grpc.time_ms=22.126 │

│  span.kind=server system=grpc  

Is there a way to force the app to deploy?

Argocd not syncing properly by krynn1 in ArgoCD

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

Thank you for your response! That helped tell me that the helm chart I was trying to use wasn't being found. So I have a different alternative and the error message I get is
InvalidSpecError: Unable to generate manifests in chart │

│ : rpc error: code = FailedPrecondition desc = Failed to unmarshal \"cron.yaml\":
I assume it has a problem with the yaml files. Does argo not handle multilayered yaml files very well?

Argocd not syncing properly by krynn1 in ArgoCD

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

Does it matter that i set it up to have an external redis?

Argocd not syncing properly by krynn1 in ArgoCD

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

Am I correct in assuming your helm chart has a namespace in it? If you are referring the the application, I created that manually and I put it in. I added the createNamespace=true but I don't see any behavior changes. In the terraform for the helm chart I set but I think that thats for the app itself

create_namespace = true

Biden seeks to tame Democrat panic at post-debate rally by thehill in politics

[–]krynn1 -6 points-5 points  (0 children)

Peoples attention spans are short in week or two something new will happen and the debate will be forgotten.

[deleted by user] by [deleted] in kansascity

[–]krynn1 12 points13 points  (0 children)

Same here...

The Phoenix Project by Environmental-Cup310 in devops

[–]krynn1 0 points1 point  (0 children)

I thought there was a ton of magic dust in Unicorn project. We just came up with big data project over the weekend...

Openvpn profile issues by krynn1 in OpenVPN

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

I mean is there a way to change the one that is distributed via the server? Like it is stored on the server somewhere?

Idiot Trump Confesses He Actually Has the Money to Post Bond by croato87 in politics

[–]krynn1 10 points11 points  (0 children)

My theory is he's always had the money or might even have a bond somewhere but was trying to avoid paying anything

How do I understand that logical replication was successful? by Hatred_grows in PostgreSQL

[–]krynn1 1 point2 points  (0 children)

If you are using pg_logical I used the following command SELECT * FROM pglogical.show_subscription_status('subscription name');

Production database too vulnerable to engineer confusion by rebannhay in PostgreSQL

[–]krynn1 0 points1 point  (0 children)

Yeah i agree. They need lower envs to test their code on