top of page

sevenlogic.io
A blog, focused on datacenter & hybrid cloud technology
Search


Conceptual vs Logical Design: Creating Clean Design Processes for Private Cloud Architecture Teams
The easy use of modern cloud platforms and technologies enables architects and engineers to address desired business outcomes faster....
William B
Aug 52 min read


Search Entire Linux FS for File
During the operations and troubleshooting of a Linux based operating system, you might find the need to search the OS for a specific file...
William B
Aug 51 min read


KUBECTL Autocomplete and Aliases: Use the following to enable auto-completion for kubectl on MAC.
ZSH Autocomplete Run the following on your terminal: % source <(kubectl completion zsh) If you are getting the error: /dev/fd/11:2:...
William B
Aug 51 min read


CKA Exam Notes Series Part 2: DaemonSets
A Daemonset is a mechanism that deploys a single pod on every worker-node in a Kubernetes cluster. If a new node is added, it...
William B
Jul 182 min read

















© Copyright
bottom of page