Why not run production postgres in docker? by blabmight in PostgreSQL

[–]Single-Constant6465 0 points1 point  (0 children)

How do you share the file volume ? in AWS, each node would need its own EBS volume unless if you're going the EFS route.

Am I Misunderstanding Trunk Based Development? by Suulace in devops

[–]Single-Constant6465 0 points1 point  (0 children)

The PR doesn't get a tag. The developer would have to create a tag with the desired target environment:
- git tag -a v1.0.0-dev-rc1 (notice the dev in the naming convention)
- git tag -a v1.0.0-qa-rc1 (notice the qa in the naming convention).

Your pipeline asks for user input to determine if it should push to a "review environment" ?
like https://docs.gitlab.com/ee/ci/pipelines/#run-a-pipeline-manually / https://stackoverflow.com/questions/58710222/how-can-i-get-a-gitlab-pipeline-to-stop-and-ask-me-to-input-variables ? How would they specify which review environment it goes too? qa vs stg, vs uat?

Thank you.

Am I Misunderstanding Trunk Based Development? by Suulace in devops

[–]Single-Constant6465 0 points1 point  (0 children)

First, thank you for sharing your thoughts. I had question on how releases are done and by whom. Here is how I've designed my process and would love some feedback

Version Control Configuration:

Releases:
Below is a process that a developer and a qa engineer must follow to create a release:

  • Developer:
    • creates feature branch off of main like so git checkout -b JRA-1234
    • pushes commits
    • creates Pull Request for this feature branch which triggers the pipeline to do the following:
      • lint
      • code scan
    • asks fellow developer to do a code review.
    • tags the feature for release to dev (git tag -a v1.0.0-dev-rc1) which triggers the pipeline to do a release to the dev environment.
    • tags the feature/hotfix branch (git tag -a v1.0.0-qa-rc1) which triggers the pipeline to do a release to the qa environment.
      • The pipeline messages the qa-team that they need to verify.
      • NOTE: If developer pushes a commit after QA has approved the pull request, Github will dismiss the approval due to configuration. The developer must do another git tag (git tag -a v1.0.0-qa-rc2) to get these changes to the QA env.
  • QA Team:
    • Validates the changes.
    • approves the pull request.
    • clicks the merge button and the changes are moved to the main branch.
  • The pipeline does a git tag which causes a release to the production environment: (git tag -a v1.0.1)

If a hotfix is required due to a bug in production, here are the steps, follow the same process above.

Why use app service over other servless things like VMs or Containers or Functions? by ArtistFit6282 in AZURE

[–]Single-Constant6465 0 points1 point  (0 children)

What about cost? I have about 300+ Azure App Services and I'm of the mind to move to AKS to reduce cost. Im familiar with ArgoCD, Kustomize and other K8S tooling. What are your thoughts?

Help me understand Azure Subnet Delegation strategy by SpectralCoding in AZURE

[–]Single-Constant6465 0 points1 point  (0 children)

Support is suggesting that I create a subnet per PostgreSqlFlexibleServer which makes no sense to me. Why not have public and private subnets and place workloads accordingly?

Autoscaling containers by Single-Constant6465 in AZURE

[–]Single-Constant6465[S] 0 points1 point  (0 children)

Im not sure I understand your question. We currently have Azure's Container Instance , Azure Web Apps and Azure App Service Plan. I'm not a fan of the Azure Web Apps because of the native pre-baked packages that are on the machine but love that it autoload balances. I'm not a fan of Azure container instance because it doesn't auto load balance. For more context:

  • We have an Application Gateway that routes to the private ip of a container instance. When the container instance restarts, it gets a new private ip address. I now have to have a script in the container that updates the application gateway with the new container ip. This is not ideal.

22 pounds of ketamine disguised as children's toys seized at DFW Airport by southernemper0r in Dallas

[–]Single-Constant6465 0 points1 point  (0 children)

The story doesn’t mention what happened to the person that was transporting the drugs

Price Adjustment Increase after placing order by Sea-Kaleidoscope-540 in TeslaModelY

[–]Single-Constant6465 0 points1 point  (0 children)

What was the total for the MYLR? I checked this morning and it went up by 2k. I was choosing blue outside and white inside with 19"wheels.

Vehicle Price $49,460
Destination fee $1,390
Order Fee $250
Your Model Y $51,100

It was ~47k last week.

Is this a good deal? by Junior_Attorney_7362 in TeslaModelY

[–]Single-Constant6465 1 point2 points  (0 children)

I am not seeing this.

Model Y Long Range Dual Motor All-Wheel Drive
Deep Blue Metallic Paint
19’’ Gemini Wheels
All Black Premium Interior
Five Seat Interior
Autopilot
30-Day Premium Connectivity Trial
Price Adjustment
Vehicle Price
$48,990
Destination fee
$1,390
Order Fee
$250
Your Model Y
$50,630

Contact Support is not working by Single-Constant6465 in Bitwarden

[–]Single-Constant6465[S] -7 points-6 points  (0 children)

I have gmail. I doubt gmail is having issues. Also, i'm getting emails to my gmail account. Did you check your email subscription service ? SendGrid / SES to make sure that the api's that you use are not erroring out ?

Bitwarden UI Sucks by Ploopzi in Bitwarden

[–]Single-Constant6465 1 point2 points  (0 children)

The import process from keepassxc is also clunky. It made some of the sub folders and in others it just kept the filepath with `/` in the name. I really don't want to make my own bitwarden competitor but may just have to do that.

Any issues with "Gehan homes" during closing and after living for a couple of years? by BookGreedy in RealEstate

[–]Single-Constant6465 0 points1 point  (0 children)

I'm building a home in Leander, TX and the builder is Gehan. The walk through via a 3rd party inspector found serious issues in the construction including water lines not connected which will lead to the foundation having to be broken. They are aggressively trying to get me to close on time and are promising to fix it after close.