LESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/typography.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/template.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/responsive.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/k2.less

-

Follow Me Icons

 

Follow @KendrickColeman on TwitterConnect on LinkedInWatch My Videos on YouTubeFollow me on FacebookCheck Out My Projects on GitHubStay Up To Date with RSS

Search

  • Home
  • Tech Blog

    Latest Posts

    • 5 Ways to Build a Better Database for Your Business
    • How to Install Harbor on CentOS 7 using Bash
    • Closing My Chapter With The {code} Team
    • 4 Factors to Consider when Picking a PCB Design Tool
    • My Constraints Aren’t Your Constraints: A Lesson to Learn with Containers
  • Tech Presentations
  • Coding Projects

    Ruby on Rails

    • JumpSquares
    • MonsterRemote
    • Automate vCD Org VDCs
    • Simple World Cup Stats

    Chef Cookbooks

    • Thin + Nginx
    • JumpSquares
  • vCAC

    vCloud Automation Center

    • Part 1: Deploy and Configure the Identity Appliance
    • Part 2: Deploy and Configure the vCloud Automation Center Appliance
    • Part 3: Installing IaaS Components
    • Part 4: Tenant Configuration
    • Part 5: Agent, Endpoint, and Group Configuration
    • Part 6: Create and Publish Blueprints
    • Part 7: Setup vCO, Endpoints, and Advanced Services
    • Part 8: Amazon AWS Configuration
  • vCD

    vCloud Director

    • How To Install vCloud Director on RHEL 6.2
    • How To Configure VXLAN - Step by Step
    • RHEL Firewall Settings
    • Networking - From Setup to Install
    • How To Deploy a VM or vApp
    • Sharing Organization Networks
    • Top 9 Critical Design Concepts
    • vCenter and vCloud Management Design
    • Storage Allocation with Thin & Fast Provisioning
    • Understanding Lease Times
    • Automating vCD Organization VDCs
  • Partners

    Partners

    • Turbonomic
    • Veeam
    • Vembu
  • About Me

    Follow Me Icons

     

    Follow @KendrickColeman on TwitterConnect on LinkedInWatch My Videos on YouTubeFollow me on FacebookCheck Out My Projects on GitHubStay Up To Date with RSS

  • Advertise Here!

Trending Favorites

  • List of VMware Default Usernames and Passwords
  • How To Install vCloud Automation Center (vCAC) 6.0 - Part 3 - IaaS Components
  • How To Install vCloud Director on RHEL 6.2 - No GUI
  • VMware vCloud Director Networking - From Setup to Install
  • JumpSquares.net - a new kind of bookmark

BSA 728x90 Center Banner

Most Popular

  • List of VMware Default Usernames and Passwords
  • A List of FREE VMware vSphere Tools
  • VMware vSphere 5 Host NIC Network Design Layout and vSwitch Configuration [Major Update]
  • Top 10 Free vSphere ESX Tools and Utilities
  • Total Noob Guide To Move Your Old Wired Security System to SmartThings

How to Install Harbor on CentOS 7 using Bash

Category: Tech Blog
Published: 09 August 2018
Last Updated: 09 August 2018

It's been quiet here on the blog, but I finally got around to getting something nifty out the door!

 

Harbor is an Open Source Project that is sponsored by VMware and is currently being sandboxed by the CNCF. It's a container registry that has all the bells and whistles that include Clair for CVE (critical vulnerability) scanning and Notary for image signing. 

 

I originally began playing with Harbor as a component of the Pivotal Container Service (PKS) package since it was all bundled and has automated deploy capabilities. After exploring what Harbor had to offer, I wanted to use it with my existing Kubernetes clusters that were built with kubeadm outside of PKS. I began by deploying the OVA into my vSphere environment and ran into issues and learned the OVA was being a deprecated form of installation (#5276). I decided to try using the online version of the installer that will pull images from DockerHub. I've been using CentOS a lot more than Ubuntu lately because it maps more to customer environments. So create a new CentOS 7 virtual machine from a template or build one out.

 

The installation and configuration directions on Harbor's README are a bit like a "choose your own adventure" book. For instance, "Install it like X if you want to use Y feature". The best thing about Harbor is that is has a bunch of features, so I wanted to use them all. In an effort to streamline this process and not figure it out line by line, it made more sense to turn this into a bash installation script!

 

The script will use the virtual machine's fully qualified domain name to automatically generate the files needed and will be using self-signed certificates for quick and easy usage. For my scenario, the virtual machine host name is harbor01 and the domain is vsphere.local. Once again, this is tailored for Cent OS 7. All commands are performed ON the harbor VM. If you want to push images from a different machine to the harbor instance, take the self-signed CA certificates within the `openssl` folder and place them on your machine in the locations shown for Docker and Notary.

 

Read more: How to Install Harbor on CentOS 7 using Bash

Closing My Chapter With The {code} Team

Category: Tech Blog
Published: 22 February 2018
Last Updated: 22 February 2018
TL;DR Dell Technologies is no longer funding the open source initiative of The {code} Team (read more). I am looking for a new opportunity that touches on areas of containers, kubernetes, docker, cloud native, developer advocacy, golang, nodeJS, and more. Connect with me on LinkedIn, twitter, or view my resume.
 
In early 2014, I got a phone call from Brian Gracely about this idea to form a group to explore what open source means at EMC. What did it look like? No idea. There was no roadmap, sales pipeline, or product idea. Just a general concept of trying to get EMC recognized in the emerging trend of development and open source, ala the new kingmakers. It was up to us to make this successful. 
 
After months of waiting, the time had finally come. In October 2014, along with Clint Kitson and Jonas Rosland, EMC {code} was formed. We spent the better part of 4 months trying to find an identity. We developed small applications that sparked our interest from s3 migration tools to vagrant standardization to even a Photo Booth. We spoke at meetups and conferences on DevOps, NodeJS, and every other technology we knew about at the time. We evaluated emerging trends in the datacenter and tried to make sense on how we could be a part of it. We visited pre-sales engineering teams and got them up to speed on modern development practices. We were throwing stuff against the wall to see what would stick. 
 
In early 2015, the team noticed the container movement and narrowed its focus. This was when Docker was creating the Volume Interface within their experimental branch. REX-Ray and Docker were in their infant stages but it was decided to put all our effort into solving container persistence and making REX the best possible solution. {code} hired more engineers and expanded with a marketing presence. With this new blood, we had the ability to get our projects in front of larger audiences all over the globe. From there, we began solving persistence with other container platforms. The team developed the mechanism that allows Mesos to have data persistence (which is now merged upstream) and also began tackling Kubernetes integrations.
 
There’s a lot of achievements I’m overlooking, but fast forward to now. The team has secured a project moving towards a neutral governance home and worked with the community to build the Container Storage Interface that has been adopted by Kubernetes and Mesos with a commitment from Cloud Foundry to increase container adoption. Our projects were accompanied with successes, mistakes, new relationships, and growing the community built around it.
 
Read more: Closing My Chapter With The {code} Team

4 Factors to Consider when Picking a PCB Design Tool

Category: Tech Blog
Published: 06 November 2017
Last Updated: 06 November 2017

If you pick engineering design software based on the wrong criteria, you will, at best, get a product that takes more time and money to utilize than you’d otherwise spend. At worst, you’ll buy software that fails to meet your needs and gets in the way of work. Here are four factors to consider when picking a printed circuit board tool.

Maximizing the Efficiency of Your Team

The best PCB design tools maximize the efficiency of your team by automating as many tasks as possible or simplifying the process to the greatest degree. For example, software that automatically checks for electromagnetic interference and thermal problems eliminates the need for your team to do that work, too.

PCB tools that make it easy to check the design’s dimensions relative to the rest of the assembly or export designs so you can send them to your board manufacturer for initial input are preferable over those that make these steps a chore. If exporting a design so you can ensure that it will work once built is time-consuming or frustrating, you’re unlikely to do it more than once. If the process is simple, you’ll be able to run such checks more than once without a lot more work.

Read more: 4 Factors to Consider when Picking a PCB Design Tool

My Constraints Aren’t Your Constraints: A Lesson to Learn with Containers

Category: Tech Blog
Published: 04 May 2017
Last Updated: 04 May 2017

After digging through the details of the hottest new technology, have you immediately thought “we need to start using this tomorrow!”? This a common pitfall I see often. Buzzwords get tossed around so frequently that you feel that you are doing things the wrong way.

 

Let’s take Netflix as an example. Netflix is ubiquitously known as the company that made micro-service architecture popular (or better yet, Adrian Cockroft). Netflix’s goal of bringing streaming content consisted of lot of different services but needed an adjunct way of increasing the speed at which services can be updated. Amazon’s Jeff Besos is quoted with the API mandate saying “All teams will henceforth expose their data and functionality through service interfaces.” This was done to allow any BU, from marketing to e-commerce, to communicate and collect data over these APIs and make that data externally available. However, take a step back and think about what these companies are doing. Yes, they are pinnacles of modern technology advancement and software application architecture, but one is a streaming movie service and the other is a shopping cart (2002 is when this mandate came out). If my bank has externally facing APIs that only use basic auth, I’m finding a new bank. That’s a constraint.

 

What about your business? Most enterprises have roots so deep it is difficult, if not impossible, to lift and shift.

Read more: My Constraints Aren’t Your Constraints: A Lesson to Learn with Containers

New Site Sponsor and Free Tool from Vembu

Category: Tech Blog
Published: 06 April 2017
Last Updated: 28 September 2018

This site is known for free tools. That's really where it became popular. I'm happy to announce that Vembu, a player in the virtualization backup and recovery space is now a sponsor. Please take minute to view their website and read the press release below. Give them a try since there is a free trial and even a free version!

 

CHENNAI - Feb 17, 2017 : Vembu, a rapidly evolving Backup & Disaster Recovery company, with their latest release, Vembu BDR Suite v3.7.0 has come up with a comprehensive free edition for data centers which deploy both virtual & physical environments. The free edition will be beneficial to all those who wish to try out Vembu BDR Suite in their production and testing environments without any costs.

 

Try the Free Trial here - https://www.vembu.com/vembu-bdr-suite-download/

 

Unlike other free edition softwares available in the market, The Vembu BDR Suite Free Edition will cover up all the major features needed for the Backup & Recovery for multiple requirements of a data center. Vembu BDR Suite covers the below environments as follows:

 

Free VMware Backup: Vembu VMBackup Free Edition for VMware is offering backing up of unlimited VMs running on an ESXi and vCenter server without any costs involved especially for the businesses which do not have any sophisticated data protection method to protect their VMs. Supports multiple VMware transport modes like Direct SAN, HotAdd and Network based (NBD & NBDSSL). VMBackup automatically analyses and chooses the appropriate transport mode. Vembu VMBackup provides fast and flexible Recovery options and also provides recovery of individual files and folder from the backed up data

 

Free Hyper-V Backup: Vembu VMBackup Free Edition for Hyper-V is built to overcome the complexities in creating backup policies for VM’s running on Hyper-V server. Vembu has developed its own proprietary driver to backup the Hyper-V VMs in an efficient manner especially with up to 5X improvement in performance over other backup software. VMBackup supports the VMs located in Hyper-V Cluster Shared Volumes and the Windows SMB share. Hyper-V backups take consistent snapshots application-specific highly transactional applications like Exchange Server, SQL Server using Microsoft VSS writer and truncate the transaction log files during the backup job. Vembu VMBackup free edition for Hyper-V is designed to protect the Microsoft’s server both at the Host level and VM level.

 

Free Windows Server Backup: Vembu was providing a free edition of its software only for workstations like Desktops & Laptops, but now it has been now extended to Windows Servers as well. Vembu ImageBackup Free Edition is a Backup and Disaster Recovery solution for physical Windows environment. It will backup entire disk image of Windows Servers, Desktops and Laptops including operating system, applications and files. Also, Vembu ImageBackup helps in migrating the windows machine from the physical environment to virtual environments like VMware or Hyper-V (P2V).

 

Read more: New Site Sponsor and Free Tool from Vembu

Building a Private Cloud with Containers: The Learning Curve

Category: Tech Blog
Published: 07 March 2017
Last Updated: 07 March 2017

Within the IT community and outside of it there is growing interest in private and hybrid cloud architectures. Many organizations are considering, or already building, a virtualized infrastructure to achieve something like a public cloud on Azure or AWS, only on-premises using in-house resources.

 

In the days when VMware was the go-to virtualization technology, vRealize/vCloud was the obvious choice for orchestrating a private cloud, and later, it was OpenStack. Today, with the growing hype around container technologies, you would very likely consider using Kubernetes and Docker to set up a private cloud.

 

The discussion about whether to use virtual machines or containers has been going on for quite some time. Many questions have been raised regarding container setup and management, security, or about which applications are a better fit for containerization. More specifically, Robert Eriksson asks how complex Docker really is, while Kiran Oliver wonders whether Kubernetes is where is gets tricky – check out my recent post in which I show that Kubernetes isn't as difficult as it used to be.

Read more: Building a Private Cloud with Containers: The Learning Curve

Is 2017 The Year for Kubernetes?

Category: Tech Blog
Published: 08 November 2016
Last Updated: 08 November 2016

The container space is full of leap frogging technology and it seems impossible to keep up with the pace. Only 2 years ago, Kubernetes was starting to get attention. Compared to the other solutions on the market, it was trailing in a distant 3rd place. It wasn’t stable and had a large learning curve, especially as containers themselves were already part of the learning curve.

 

However, this week in Seattle marks the final KubeCon as it transitions to Cloud Native Con on in 2017. The conference is oversold and packed tighter than a can of sardines. 7 months ago if you would have asked me how Kubernetes stacked up, I would have said that it doesn’t have a fighting chance. About 4 months ago, customers were asking the {code} team for integrations into Kubernetes so we can stay a part of the larger conversation. With a bit of hacking, Clint Kitson was able to develop a POC with REX-Ray and Kubernetes over a weekend. It all started becoming very real about 2 months ago when we realized that 75% of our customer interactions were all focusing on Kubernetes over competing technologies. 

 

What changed? Honestly, I don’t know. Perhaps the deployment, configuration, and architecture had stabilized. Did the technology leapfrog what others had to offer? Is the idea of Google being the core contributor the biggest selling point? Is everyone in love with Kelsey Hightower? Or maybe it was a combination of all that with community involvement. 

Read more: Is 2017 The Year for Kubernetes?

Highly Available & Distributed Containers - Video and Presentation at ContainerCon 2016

Category: Tech Presentations
Published: 19 September 2016
Last Updated: 19 September 2016

I was a presenter at ContainerCon 2016 and the folks Linux.com wrote an article covering it: Marrying Ephemeral Docker Containers to Persistent Data. I must say, I'm sort of aside myself since I've now been published on Linux.com!

 

Read the article for the entire to get the insight of my entire talk:

Many of today's “Containers-in-production" Applications are ephemeral and have a short life-span. However, enterprises want Containers to run more tiered Applications. Learn how to scale a typical 3-tier app using Swarm, serve a persistent Database with Docker Volume drivers and tie them all together on a single private network with libNetwork. Then watch the automated recovery of stateful Containers during a real-life HA (highly-available) scenario. Containers are ready to overtake the virtual machine as the next unit of infrastructure.

About Kendrick Coleman
Developer Advocate, EMC {code}
EMC {code}

 

Watch the Video:

Read more: Highly Available & Distributed Containers - Video and Presentation at ContainerCon 2016

ContainerCon North America 2016 Slides - Highly Available and Distributed Containers

Category: Tech Presentations
Published: 25 August 2016
Last Updated: 25 August 2016

I know how everyone loves to take pictures of slides, but here are my slides from my presentation at ContainerCon North America 2016 titled Highly Available and Distributed Containers. The premise of the talk was to examine the history and the fast pace of the Docker projects. Technology that is older than 6 months to a year is now considered "legacy". Using various forms of analogies we can see how complexity and ease of use have a correlation. As complexity of a technology increases, the easier it becomes to use. All of that was shown through a process of demos that will be seen on some follow-up blog posts over the next week.

Read more: ContainerCon North America 2016 Slides - Highly Available and Distributed Containers

How to Use Volume Drivers and Storage with New Docker Service Command

Category: Tech Blog
Published: 22 August 2016
Last Updated: 27 August 2016

Docker 1.12 brought a few exciting features, notably swarm mode. However, this new swarm mode brought a new docker command for your containers. Gone is the days of using docker run or docker ps for managing your containers. The new command uses docker service. This makes sense as our applications are turning into individual services the need some level of availability that Swarm now manages. But with it comes some subtle changes in regards to using volumes, volume-drivers, and storage (SAN, NAS, DAS).

 

Using the typical docker run command, we would utilize volume drivers through the --volume-driver flag. 

docker run -d --volume-driver=rexray -v mypgdata:/var/lib/postgresql/data postgres

 

 This is pretty easy to read and you know what it's doing. Specifying the volume-driver and then the host mount mapped to the container mount. You can also specify multiple volumes and only have to use the volume-driver flag once

docker run -d --volume-driver=rexray -v mypgdata:/var/lib/postgresql/data -v pgetc:/etc postgres

 

The new docker service commands brings a few new intricacies so how does this look?

docker service create --replicas 1 --name pg --mount type=volume,source=mypgdata,target=/var/lib/postgresql/data,volume-driver=rexray postgres

Read more: How to Use Volume Drivers and Storage with New Docker Service Command

More Articles ...

  1. VMTurbo rebranding to Turbonomic
  2. VMTURBO VMWORLD® 2016 SWEEPSTAKES
  3. Advice from 25 Experts on Getting Started with Javascript
  4. Latest Project with Docker Machine and RackHD
  5. Total Noob Guide To Move Your Old Wired Security System to SmartThings
  6. Moving from Ruby on Rails to Node.js + Express
  7. Use Travis CI to Update Your Website using FTP and Git
  8. NAKIVO Enables Converting Western Digital NAS into a VM Backup Appliance

Page 1 of 35

  • Start
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next
  • End

Premium Sponsors

Advertisement

Site Sponsors

Google Adsense 250x250

Footer

Copyright © 2025 kendrick coleman dot com. All Rights Reserved.
Joomla! is Free Software released under the GNU General Public License.

Designed by: ThemeXpert

  • Home
  • Tech Blog
  • Tech Presentations
  • Coding Projects
  • vCAC
  • vCD
  • Partners
  • About Me
  • Advertise Here!
LESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/styles/blue.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/styles/green.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/styles/orange.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/styles/purple.less