Skip to main content

Posts

Showing posts from February, 2020

Bash Reverse Shell explained.

 

Quick Reference : Google Cloud Resources / Components

Compute:     1) Compute Engine VM     Compute Engine is Google’s VM service. Users can choose CPUs, memory, persistent disks, and operating systems.     2) Kubernetes     Kubernetes Engine manages groups of virtual servers and applications that run in containers.     Kubernetes is called an orchestration service because it distributes containers across clusters, monitors cluster health, and scales as proscribed by configurations.     3) App Engine     App Engine is Google’s PaaS. Developers can run their code in a language-specific sandbox when using the standard environment or in a container when using the flexible environment.     App Engine is a server-less service, so customers do not need to specify VM configurations or manage servers.     The App Engine standard environment runs applications in language-specific sandboxes and is not a general container management system.     App Engine flexible environments allow you to run containers on the App Engine PaaS.