cv: Add recent FireMon projects
dustin/dustin.web/pipeline/head This commit looks good
Details
dustin/dustin.web/pipeline/head This commit looks good
Details
parent
fb3d6ae191
commit
f7fa272bc4
|
@ -89,13 +89,17 @@ Awards and Scholarships:
|
||||||
## Cloud & <abbr title="Platform-as-a-Service">PaaS</abbr>/<abbr title="Infrastructure-as-a-Service">IaaS</abbr>
|
## Cloud & <abbr title="Platform-as-a-Service">PaaS</abbr>/<abbr title="Infrastructure-as-a-Service">IaaS</abbr>
|
||||||
|
|
||||||
* Amazon Web Services
|
* Amazon Web Services
|
||||||
* <abbr title="Identity & Access Management">IAM</abbr> Roles, Policies
|
|
||||||
* <abbr title="Elastic Compute Cloud">EC2</abbr> Instances
|
|
||||||
* <abbr title="Elastic Block Store">EBS</abbr> Volumes, Snapshots
|
|
||||||
* Amazon Machine Images
|
* Amazon Machine Images
|
||||||
|
* CloudFront
|
||||||
|
* <abbr title="Elastic Block Store">EBS</abbr> Volumes, Snapshots
|
||||||
|
* <abbr title="Elastic Compute Cloud">EC2</abbr> Instances
|
||||||
|
* Elastic Beanstalk
|
||||||
* Elastic File System
|
* Elastic File System
|
||||||
* <abbr title="Simpel Storage Service">S3</abbr> Buckets, Policies, ACLs
|
* Elastic Kubernetes Service
|
||||||
|
* <abbr title="Identity & Access Management">IAM</abbr> Roles, Policies
|
||||||
|
* <abbr title="Simple Storage Service">S3</abbr> Buckets, Policies, ACLs
|
||||||
* Virtual Private Cloud
|
* Virtual Private Cloud
|
||||||
|
* Web Application Firewall
|
||||||
* Microsoft Azure
|
* Microsoft Azure
|
||||||
* Resource Groups
|
* Resource Groups
|
||||||
* Virtual Machines
|
* Virtual Machines
|
||||||
|
|
|
@ -42,6 +42,7 @@ from a single server to massive multi-node ecosystems.
|
||||||
over UDP, TCP, or TCP+TLS
|
over UDP, TCP, or TCP+TLS
|
||||||
* Configures *tmux* to automatically launch at user login
|
* Configures *tmux* to automatically launch at user login
|
||||||
|
|
||||||
|
|
||||||
## Deployment and Maintenance Tools
|
## Deployment and Maintenance Tools
|
||||||
|
|
||||||
* Python software for configuring and managing machines running FireMon
|
* Python software for configuring and managing machines running FireMon
|
||||||
|
@ -68,6 +69,7 @@ from a single server to massive multi-node ecosystems.
|
||||||
* Distribution included Ansible for configuration management
|
* Distribution included Ansible for configuration management
|
||||||
* systemd units for controlling FireMon application services
|
* systemd units for controlling FireMon application services
|
||||||
|
|
||||||
|
|
||||||
## Generation III Platform
|
## Generation III Platform
|
||||||
|
|
||||||
* Based on CentOS 7, later CentOS 8 (Stream)
|
* Based on CentOS 7, later CentOS 8 (Stream)
|
||||||
|
@ -78,6 +80,26 @@ from a single server to massive multi-node ecosystems.
|
||||||
* Custom SELinux policy to confine FireMon software
|
* Custom SELinux policy to confine FireMon software
|
||||||
|
|
||||||
|
|
||||||
|
## Cloud-Hosted Public Services
|
||||||
|
|
||||||
|
* FMOS Support File Upload Service
|
||||||
|
* Deployed in AWS EC2 using Elastic Beanstalk
|
||||||
|
* HTTP API for resumable file uploads using a content-addressable chunked
|
||||||
|
data storage system
|
||||||
|
* Allows FireMon customers to easily upload FMOS diagnostic packages to
|
||||||
|
FireMon support for analysis
|
||||||
|
* FMOS News Service
|
||||||
|
* Deployed in AWS EC2 using Elastic Beanstalk
|
||||||
|
* HTTP API for providing important notifications (e.g. release announcements,
|
||||||
|
vulnerability disclosures, etc.) to FireMon customers through the FMOS
|
||||||
|
command-line interface
|
||||||
|
* Victoria Metrics
|
||||||
|
* Deployed to AWS EC2 using Terraform
|
||||||
|
* Clustered deployment to facilitate scalability and reliability
|
||||||
|
* Receives Prometheus metrics (via remote write protocol) from FMOS instances
|
||||||
|
deployed at customer sites and in the cloud
|
||||||
|
|
||||||
|
|
||||||
# DevOps Team Lead
|
# DevOps Team Lead
|
||||||
|
|
||||||
* Exclusively managed all resources using Ansible configuration management
|
* Exclusively managed all resources using Ansible configuration management
|
||||||
|
@ -164,6 +186,15 @@ from a single server to massive multi-node ecosystems.
|
||||||
* Written in Rust
|
* Written in Rust
|
||||||
|
|
||||||
|
|
||||||
|
## Environment Launcher
|
||||||
|
|
||||||
|
* Internal application that allows FireMon employees to launch FireMon SIP
|
||||||
|
environments quickly, as containers running in Kubernetes
|
||||||
|
* Allows users to choose specific feature branches of each front-end and
|
||||||
|
back-end component, to facilitate testing of work in progress
|
||||||
|
* Written in Rust, using the Rocket web framework
|
||||||
|
|
||||||
|
|
||||||
# FireMon-as-a-Service
|
# FireMon-as-a-Service
|
||||||
|
|
||||||
* Cloud-hosted FireMon software deployment
|
* Cloud-hosted FireMon software deployment
|
||||||
|
|
Loading…
Reference in New Issue