Posted On April 2, 2019

Some Stories in the Backlog

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Some Stories in the Backlog
1. Upgrade pods with 32″ monitors
– Make collaboration easier
– Increase productivity
 
2. Upgrade VirtualBox to VMware or Xen hypervisor
– High availability (automatic spin up in case a host goes down)
– Resource reallocation (move a live machine to other hosts in cluster without downtime)
– Manageability (easy to manage and find expert help in critical events)
 
3. Use AWS/Azure instead of Godaddy
– Enterprise grade systems (multi-zones, better support, higher security)
– Prices for AWS “nano” or “micro” instances are becoming cheaper over time
– Long-term horizon support
 
4. Add CKEditor to Wikipages
– Make it easy for contributors to add contents without memorizing codes
 
5. Setup Proper Lab Environment for DevOps/Infrastructure Team
– Fog Server to be available on this Lab VLAN as it is separate from Prod
– Useful for periodic system recovery tests
– Useful to test Prod system updates/upgrades
– Store Lab environment in a more persistent/secured location than our desks

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

SAN Dell Equallogic PS6100E

Per documentation: Port density requirements to support fully redundant configurations and maximum SAN throughput for…

Remote Desktop Connection An internal error has occurred.

RDP Error Message:     Resolution: Method 1: Create and apply a self signed certificate…

PowerShell: Hyper-V Servers Capacity Report

Current Version: # HyperVCapacityReport.ps1 # Version 0.0.2 # Report parameters $workingDirectory='C:\scripts\googleSheets' $selectFields='node,model,os,cores,cpuUtilizationPercent,ramGb,ramUsedPercent' $domainObjects=@( @{domain='intranet.kimconnect.com';dc='lax-dc02.intranet.kimconnect.com';username='intranet\clusterReport';password=$env:clusterReportPass} @{domain='intranet.dragoncoin.com';dc='lax-dc02.intranet.dragoncoin.com';username='intranet\clusterReport';password=$env:clusterReportPass}…