-
APIs vs. Console
APIs/commands offer more flexibility and control than the console.
-
Income Streams
The essence of personal business lies in building and expanding sustainable income streams.
-
Business IT
Align technology solutions with business goals, ensuring that IT investments drive value, improve efficiency, and support overall success.
-
Design Your Life
Get Curious. Talk to People. Try Stuff. Tell Your Story.
-
Backing Up VMs
Using Compute Engine persistent disk snapshots, you will create a snapshot of the virtual machine’s persistent disk to have a recovery point of the disk in the event of mishap.
-
Patch Management
Problem You host your virtual machines on Compute Engine, and you need a method for patching all the operating systems at once. Solution Using OS patch management with VM Manager, create a patch job to patch your fleet of Linux virtual machines. OS patch management also supports Windows virtual machines.
-
Tolerance
Tolerance emphasizes understanding, respect, and acceptance of differing beliefs, cultures, and ideas. The work serves as a call to embrace tolerance to foster peace and progress in the world.
-
Transferring Files to VMs
In this recipe, you will use two methods of transferring files to your Linux virtual machine, one using the gcloud command-line tool and a second using SSH in your web browser.
-
Deploying Containers to MIG
Problem You have a requirement to start running your applications as containers. You want to get started with Compute Engine, and you want to run your NGINX as a container. You also want the benefits that Kubernetes provides, such as autoscaling, autohealing, and rolling updates. Solution Create a new Docker container. You will then deploy the…
-
OS Login
Add the Compute OS Admin Login or Compute OS Login role to the user account you wish to grant access to for the virtual machine. If service account is being used on the VM, you need iam.serviceAccountUser role as well. When you initiate an SSH session from the Google Cloud Console, need to add SSH…