A virtual private cloud (VPC) is a logical and isolated network within the Google Cloud Platform (GCP) that provides secure and dedicated resources for cloud-based
There are three basic methods to configure a Linux kernel (easiest to hardest methods): Tuning Linux kernel parameters To increase kernel flexibility, special hooks allow
ip route flush initialize routing table ip route del remove entries from routing table
Find packages using packaging utilities If you know the name of the package you’re looking for, you can also use your system’s packaging utilities to
Linux manual pages, often called man pages are the documentation available in command line. Even we have much information in Google nowadays, those still are
Hostname Kernel name, hostname, processor, operating system Distribution details Process list Docker Crontabs Name servers (DNS) Routing Network interfaces Firewall Time & date Memory Storage
In this example I will use my own domain https://michalwojcik.com.pl Certificate can be obtained through the browser, but one has to be awared that browsers
There is a comprehensive helpful list while using Helm. When command is self-explanatory, there is no description. Chart repositories Install & upgrade Misc –dry-run, template
Regular expressions or commonly called as Regex or Regexp is a tool which simplifies working with strings. It helps finding, filtering, repliacing and matching. This
In the first part of Ingress & TLS in kubernetes series I have introduced self-signed certificates. The process was entirely controlled by manual actions and