@DevOps News & Tutorials
@devopsblogposts
676
subscribers
35
photos
451
links
News and topics from the DevOps world. Feel free to share your devops blog posts, stories and opinions.
Download Telegram
Join
@DevOps News & Tutorials
676 subscribers
@DevOps News & Tutorials
https://devcoops.com/nfs-mounting-in-etc-fstab-and-verification/
DevCoops
NFS mounting in /etc/fstab and verification
Using the mount command to mount a NFS disk is a good test practice. Sure, but on the next system reboot, the disk will “magically disappear”. That’s why we need to write the mount configuration to the so-called /etc/fstab file. This configuration file is…
@DevOps News & Tutorials
https://youtu.be/42UP1fxi2SY
YouTube
CI/CD In 5 Minutes | Is It Worth The Hassle: Crash Course System Design #2
To get better at system design, subscribe to our weekly newsletter: https://bit.ly/3tfAlYD
Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd
Volume 2: https://amzn.to/3HqGozy
ABOUT US:
Covering topics and trends…
@DevOps News & Tutorials
https://devcoops.com/how-to-associate-elastic-ip/
DevCoops
How to Associate Elastic IP to an EC2 instance
If you have allocated an Elastic IP already and you want to associate with one of your EC2 instances, the procedure can be done in a few steps. Let’s take a look on how to associate Elastic IP to an EC2 instance.
@DevOps News & Tutorials
https://github.com/lavie/runlike
GitHub
GitHub - lavie/runlike: Given an existing docker container, prints the command line necessary to run a copy of it.
Given an existing docker container, prints the command line necessary to run a copy of it. - lavie/runlike
@DevOps News & Tutorials
https://devcoops.com/how-to-stop-a-cloud-sql-proxy-connection/
DevCoops
How to stop a cloud_sql_proxy connection
GCP has this cloud_sql_proxy tool that provides conceivably secure connection to your Cloud SQL instances, PostgreSQL, MySQL, SQL, whatever it might be the case. Think of it as an auth proxy for your privately accessed databases, meaning being deployed in…
@DevOps News & Tutorials
https://github.com/shunak/wfh
GitHub
GitHub - shunak/wfh: Create a repository directly from your local folder to GitHub.
Create a repository directly from your local folder to GitHub. - GitHub - shunak/wfh: Create a repository directly from your local folder to GitHub.
@DevOps News & Tutorials
https://devcoops.com/terraform-azure-error-ensuring-resource-providers-are-registered/
DevCoops
“Error ensuring Resource Providers are registered” in Terraform Azure
Terraform Azure is pretty much a stable, mature provider. However, there are few errors that could occur for some “random” reason, and this time Error ensuring Resource Providers are registered is one of them. Had this particular issue while testing some…
@DevOps News & Tutorials
https://initialcommit.com/blog/git-sim
Initial Commit
git-sim: Visually simulate Git operations in your own repos
git-sim: Visually simulate Git operations in your own repos with a single terminal command
@DevOps News & Tutorials
https://devcoops.com/resolve-502-bad-gateway-when-dealing-with-nginx-proxy-pass-and-docker-containers-in-centos-7/
DevCoops
502 Bad Gateway, Nginx reverse proxy and Docker containers in CentOS 7
Sometimes, setting up HTTP/HTTPS GCP Firewall rule and Nginx reverse proxy to point to the Docker container port mapped as 0.0.0.0:3000 could be not enough, even though running curl 0.0.0.0:3000 on the same machine works as intended. So, here’s the catch.
@DevOps News & Tutorials
https://devcoops.com/install-php-devel-on-amazon-linux-2/
DevCoops
How to Install PHP Devel on Amazon Linux 2
Building PHP extensions can be done through the php-devel package which contains files needed for PHP extensions. Today’s aim is to install PHP Devel on Amazon Linux 2.
@DevOps News & Tutorials
https://devcoops.com/terraform-output-gcp-service-account-private-key-as-plain-json/
DevCoops
Terraform output GCP Service Account private key as plain JSON
Right of the bat, using GCP Service Accounts (SA) is greatly not recommended. This comes from GCP though. Service account keys are not managed properly, and present a security risk. Initially, the key management itself is an annoying pain point, often left…
@DevOps News & Tutorials
https://devcoops.com/golang-and-http's-empty-unsupported-protocol-scheme-error/
@DevOps News & Tutorials
https://devcoops.com/adding-swap-space-on-centos-7-linux-cloud-vms/
DevCoops
Adding Swap space on CentOS 7 Linux Cloud VMs
It feels like there is no more need of adding a swap practice, especially today, deploying VMs in the cloud, considering the abundance of memory, disk and vCPUs resources that are available on-demand. But, for those out there who wants to trade a “bit” of…
@DevOps News & Tutorials
https://ochagavia.nl/blog/crafting-container-images-without-dockerfiles/
Adolfo Ochagavía
Crafting container images without Dockerfiles
Last month I have been developing a Rust tool to create container images from Conda environments, without going through Docker. It was a wild trip down the rabbit hole of OCI images, so I thought I’d share part of the adventure here. Enjoy!
But why? If you…
@DevOps News & Tutorials
https://devcoops.com/resolving-wordpress-php-fatal-error-allowed-memory-size-of-x-bytes-exhausted/
DevCoops
Resolving WordPress, PHP’s “Fatal error: Allowed memory size of X bytes exhausted”
If I got a dollar for every temporary, quick fix found on the Internet for any type of error, I’ll be so rich. Before else, WordPress and LAMP stacks makes the majority of websites out there, it’s annoying. While I was trying to “fix” a 1GB of memory VPS…
@DevOps News & Tutorials
https://github.com/Wowu/docker-rollout
GitHub
GitHub - wowu/docker-rollout:
🚀
Zero Downtime Deployment for Docker Compose
🚀
Zero Downtime Deployment for Docker Compose. Contribute to wowu/docker-rollout development by creating an account on GitHub.
@DevOps News & Tutorials
https://devcoops.com/how-not-to-get-prompt-for-github-username-token-everytime/
DevCoops
How not to get prompt for GitHub username and token everytime
Getting prompt for GitHub username and token everytime you try to pull is so annoying task. Keep in mind that PATs (Personal Access Tokens) aren’t the default solution anymore, as of the time of writing. GitHub released new tokens, called Fine-grained tokens…
@DevOps News & Tutorials
https://www.crunchydata.com/blog/five-tips-for-a-healthier-postgres-database-in-the-new-year
Crunchy Data
Five Tips For a Healthier Postgres Database in the New Year | Crunchy Data Blog
Craig's year end wrap-up of 5 things you can do for a healthier Postgres database next year.
@DevOps News & Tutorials
https://twitter.com/kelseyhightower/status/1624081136073994240
@DevOps News & Tutorials
https://devcoops.com/terraform-and-gcp-googleapi-error-400-request-contais-an-invalid-argument/
DevCoops
Terraform and GCP googleapi: Error 400: Request contains an invalid argument
It would be more or less fair to say that GCP is the only Cloud hosting platform that I have disdain for and give me an urge to punch a wall. Based take, right?! While I was trying to deploy a staging database environment, I encountered the following error…