top of page

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


The (Unofficial) VKS Workload Latency Verification Framework
With the introduction of VCF9, many organizations are opting to protect their workloads using geo-redundancy methods such as MultiZone workload domain technologies. Using a MultiZone design brings considerable availability benefits, but also introduces unique challenges, such as increased latency caused by the physical locations being further apart from each other. Checking latency between all core VCF components are critical to the success of a project like this. We should a

William B
May 276 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 5, 20251 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 5, 20251 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 18, 20252 min read


CKA Exam Notes Series Part 1: Pods
I recently took the Certified Kubernetes Administrator exam. To successfully pass this advanced, hands on, CLI-based exam you will need...

William B
Jul 4, 20254 min read


vSphere with Tanzu Cluster Fails to Deploy
I ran into an issue when deploying a TKG cluster where the cluster object in vCenter would be created under Namespaces but for some...

William B
Dec 24, 20221 min read


How to Setup Local Yum/DNF Repository on RHEL 8 Server on vSphere 7 with NSX-T
Red Hat Enterprise Linux operating systems usually require that you download some linux package dependencies in order to install features...

William B
Aug 11, 20222 min read


How to build a Harbor server on Photon 4 OS
Harbor is a CNCF application and code repository, and is one of the preferred ways to get code and applications into and out of an...

William B
May 11, 20223 min read


How to install PX-Backup on TCE
It is important that modern platforms have a robust backup and DR design as part of the implementation. I made a previous post about...

William B
Feb 21, 20221 min read


How to Install Portworx Enterprise on TCE
I mentioned Portworx in previous posts. In short, Portworx is an enterprise-grade storage solution for Kubernetes. It can run on bare...

William B
Feb 21, 20223 min read


Tanzu Community Edition Node-level Troubleshooting
There may be times that you need to perform operations on the actual TCE Node VM itself. I was recently troubleshooting an issue related...

William B
Feb 3, 20221 min read


Kubernetes Platform Design Considerations for Tanzu Part 5: Security
The final blog post in this series is about security. All Tanzu platform versions support vanilla-upstream Kubernetes, as as such many of...

William B
Feb 1, 20221 min read


Kubernetes Platform Design Considerations for Tanzu Part 4: Recoverability
This blog post is focused on recoverability (Disaster Recoverability). Organizations should have a DR plan, which is an IT-focused plan...

William B
Feb 1, 20224 min read


Kubernetes Platform Design Considerations for Tanzu Part 3: Performance
Moving forward from my last post about Manageability, we will focus on performance. Performance is an extensive topic with simply too...

William B
Feb 1, 20223 min read


Kubernetes Platform Design Considerations for Tanzu Part 2: Manageability
The second topic in this Design Considerations for Tanzu series is Manageability. Kubernetes environments require management at an...

William B
Feb 1, 20223 min read


Kubernetes Platform Design Considerations for Tanzu Part 1: Availability
One of my current focus areas is the selection, design and implementation of Kubernetes infrastructure solutions. I am working with...

William B
Jan 25, 20225 min read


Cleanup Failed Cluster Deployment (TKG/TCE)
I was recently deploying a management cluster in my TCE lab, and the deployment failed: Running the tanzu management-cluster delete...

William B
Jan 21, 20221 min read


Calico Networking with Tanzu Community Edition Part 1
When you are first starting out with Kubernetes, networking is probably one of the most difficult concepts to master and understand. ...

William B
Jan 13, 20223 min read


vSphere Permissions + Service Account for Tanzu Community Edition
Its usually a bad idea to give full vSphere permissions to any product that you deploy on the platform. When installing Tanzu Community...

William B
Jan 11, 20221 min read


Enable kubectl Autocompletion - Tanzu Community Edition
Make sure that you have the bash-completion package installed. If not, you can install it with the following command: sudo apt-get...

William B
Jan 8, 20221 min read

















© Copyright
bottom of page