Home
  • Building a Portable Real-Time Face Detection Web App with OpenCV, Flask, and Docker

    Oct 1, 2024 python docker
    Building a Portable Real-Time Face Detection Web App with OpenCV, Flask, and Docker

    Face detection is a powerful computer vision capability with wide-ranging applications across industries. In this post, I’ll describe how I built a demo application which performs real-time face detection on a video stream. This application is a flexible platform for demonstrating AI inference capabilities across …

    Read More
  • Service accounts with VMware Aria Automation API

    Nov 22, 2022 vra devops cloud-assembly pipeline postman python rest

    VMware VMware Aria Automation is a product suite comprising three products, Cloud Assembly, Service Broker and Code Stream. These and other products are available ‘as a Service’ via the VMware Cloud Services Portal. User to Cloud Services API Credentials Most of the API documentation is centred around a …

    Read More
  • Creating A Knative Function Using Buildpacks

    Mar 22, 2022 knative kubernetes veba python docker
    Creating A Knative Function Using Buildpacks

    I’m looking at event-based architectures as a method for building loosely coupled relationships between products. To this end I am creating various functions which I’d like to trigger on an event in a product. Knative is an extension of Kubernetes which enables serverless workloads to run on Kubernetes. …

    Read More
  • Pi Supercomputer

    Mar 30, 2021 raspberry performance python
    Pi Supercomputer

    Following on from base Ubuntu build here I begin to look at Parrallel Programming. Parrallel Programming Each Raspberry Pi is a small unit of compute, one of my goals is to understand how operating many in a cluster. There are various approaches to parallel computational models, message-passing has proven to be an …

    Read More
  • Programaticly configuring VMware Storage Profile API with Python

    Aug 12, 2020 python vsan vsphere
    Programaticly configuring VMware Storage Profile API with Python

    I was looking to programaticly configuring VMware Storage Profile recently. My scripting language of choice is Python, VMware maintain pyVmomi is which is the Python SDK for the VMware vSphere API. pyVmomi can be used to form binding and configure the vSphere Web Services API and the VMware Storage Policy API. The …

    Read More
  • Controlling vSphere & NSX-V With Python

    May 15, 2017 nsx python
    Controlling vSphere & NSX-V With Python

    My former colleagues had made me aware of pyVmomi an open source library which VMware provide and mostly maintain for managing vSphere, so its here I shall start. Since then NSX for vSphere has also an open source library NSX RAML Client provided by VMware so I’ll then move to that. I am performing this learning …

    Read More
  • DynamoDB Python Test Environment with Cloud Formations

    Mar 31, 2017 aws dynamodb python
    DynamoDB Python Test Environment with Cloud Formations

    The goal of this post is to walk through the creation of a AWS test environment which I use to explore the Python SDK interactions with DyanmoDB. For learning I use the free tier and so used to create the environment as needed manually. After doing this once I decided to encapsulate the configuration in a Cloud …

    Read More
  • Simple REST API For DynamoDB Using Lambda

    Dec 29, 2016 aws dynamodb python lambda
    Simple REST API For DynamoDB Using Lambda

    My goal here is to setup a simple RESTful API which accepts GET and POST methods to trigger a Lambda Function to read and put information into DynamoDB. First we’ll create a test DynamoDB table and put some items into it, aws dynamodb create-table --table-name 'MyTable' --attribute-definitions …

    Read More
  • Deploying NSX-V With Ansible

    Jun 8, 2016 nsx python ansible ovftool

    Here I will describe the steps taken to deploy NSX Manager using the Ansible NSX Module. The NSX Ansible module is written by VMware and is provided opensource on GitHub. To work properly this depends on the NSX RAML Specification, NSX RAML Python Client, vSphere API Python Bindings and the OVF Tool all being installed …

    Read More
  • Ansibile NSX Configuration - Infrastructure As Code

    Jun 7, 2016 nsx python ansible

    With the rise of DevOps culture and the ethos of automate all the things. Using test driven development techniques to apply application configuration declaratively has become widespread. The ever closer working relations of developers and infrastructure operations staff to become an application centric delivery and …

    Read More

Darryl Cauldwell

Technologist, perpetual student, teacher, continual incremental improvement.
Read More

Featured Posts

  • Raspberry Pi Cluster Hardware
  • Avi Load Balancer
  • The DevOps Infrastructure Architect
  • Intel NUC Cluster Hardware

Recent Posts

  • Building a Portable Real-Time Face Detection Web App with OpenCV, Flask, and Docker
  • Get Up and Running With Aria Automation Config
  • Service accounts with VMware Aria Automation API
  • Creating A Knative Function Using Buildpacks
  • Deploying Tanzu for AWS Using Tanzu Misson Control
  • Managing Tanzu for vSphere Clusters Using Tanzu Misson Control
  • Managing Tanzu for vSphere Clusters Using ClusterAPI
  • Deploying Tanzu for vSphere with NSX-T

Categories

AUTOMATION 37 NETWORKING 18 HOMELAB 14 CERTIFICATION 7 HANDY-HACKS 5 RASPBERRY 5 STORAGE 5 VSPHERE 3 ARCHITECTURE 2 BLOGGING 2 PIPELINE 2 SUSTAINABILITY 2 AI 1

Tags

VSPHERE 17 NSX 15 AWS 11 KUBERNETES 11 PYTHON 10 DOCKER 8 DEVOPS 7 ANSIBLE 6 RASPBERRY 5 TANZU 5 VM-GUEST-CUSTOMIZATION 5 PERFORMANCE 4 VCIX 4 WINDOWS 4
All Tags
ANSIBLE6 ANTREA1 ARCHITECTURE2 AVI1 AWS11 CLOUD-ASSEMBLY2 CLOUD-INIT1 CLOUDBASED-INIT1 CLOUDFORMATION1 DEVOPS7 DFW2 DOCKER8 DYNAMODB3 ENCRYPTION1 FLASK1 GITHUB2 GITOPS2 HANLON1 HPE1 INDEX1 IOS1 JEKYLL1 KNATIVE2 KUBERNETES11 LAMBDA1 LCM1 LOAD-BALANCER1 MACOS2 MIGRATION1 NETAPP2 NSX15 NSX-T2 NUC1 OPENSHIFT1 OPENSTACK2 OVFTOOL1 PELOTON1 PERFORMANCE4 PIPELINE2 PLANESPOTTER1 POSTMAN2 POWERSHELL3 PUPPET1 PYTHON10 RASPBERRY5 REST3 SALT-STACK1 SUSTAINABILITY2 TANZU5 TCP1 TERRAFORM1 TIME-MANAGEMENT1 TMC1 VCAP1 VCD1 VCDX1 VCF1 VCIX4 VEBA2 VIRTUSTREAM1 VM-GUEST-CUSTOMIZATION5 VPC1 VRA3 VRLI2 VRO3 VROPS1 VSAN2 VSPHERE17 VVOLS1 WINDOWS4
[A~Z][0~9]

Copyright 2015-  . All Rights Reserved