#random (2019-04)

Non-work banter and water cooler conversation

A place for non-work-related flimflam, faffing, hodge-podge or jibber-jabber you’d prefer to keep out of more focused work-related channels.

Archive: https://archive.sweetops.com/random/

2019-04-01

Maciek Strömich avatar
Maciek Strömich

https://www.youtube.com/watch?v=JPRiJt7N9to&list=PLIEbITAtGBeYtyuSIxHLjMXtHMI0l78LG nswish, not politically correct show about game programming. geek level over the top

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)


“Terraform represents anything with an API as code.”

mrhen avatar

That’s kind of interesting. I wouldn’t have thought about using terraform for managing resources between microservices but didn’t think twice about using it for managing AWS resources.

How hard is it to spin up something that targets a homebrew API? In theory, we could use that to manage our microservice role discovery.

2
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

that is perfect

loren avatar
Mastercard/terraform-provider-restapi

A terraform provider to manage objects in a RESTful API - Mastercard/terraform-provider-restapi

dikhan/terraform-provider-openapi

OpenAPI Terraform Provider that configures itself at runtime with the resources exposed by the service provider (defined in a swagger file) - dikhan/terraform-provider-openapi

antonbabenko avatar
antonbabenko

I tried openapi a year ago or so, it worked.

2
oscarsullivan_old avatar
oscarsullivan_old

What’s an actual example usage of either? What would you be setting out to do by querying an API with terraform???

oscarsullivan_old avatar
oscarsullivan_old

A cloud provider who doesn’t yet have a module?

oscarsullivan_old avatar
oscarsullivan_old

Or provider

loren avatar

this

loren avatar

provider

loren avatar

and not necessarily cloud. terraform is basically a CRUD wrapper around most any API, whatever it is… https://www.terraform.io/docs/providers/index.html

Providers - Terraform by HashiCorp

Terraform is used to create, manage, and manipulate infrastructure resources. Examples of resources include physical machines, VMs, network switches, containers, etc. Almost any infrastructure noun can be represented as a resource in Terraform.

loren avatar

the generic rest and openapi providers allow you to use terraform to manage anything with a compatible API, even if there is no implemented tf provider for that service

2019-04-02

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Here are the slides from “Scale 17x: Intro to GitOps”

https://cloudposse.com/slides/scale-17x-intro-to-gitops/

Scale 17x: Intro to GitOps

We presented this year at Scale 17x the value of GitOps for an organization. The goal for operations should be absolute automation. With “Infrastructure as Code” we’re able to employ all the best practices of traditional software development to infrastructure and operations- including code reviews a

6

2019-04-03

2019-04-09

renaldrozario avatar
renaldrozario

Has anyone explored puppet bolt?

2019-04-11

chrism avatar

its looking like a nice distro

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
Wikileaks co-founder Julian Assange arrestedattachment image

He faces extradition to the US for his alleged role in one of the largest leaks of government secrets.

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)
1
Nikola Velkovski avatar
Nikola Velkovski

Challenge accepted!

Chris Funderburg avatar
Chris Funderburg

I’m always a bit surprised to see that SUSE’s still going - and making strange videos no less.

2019-04-12

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
Bringing the best of open source to Google Cloud customers | Google Cloud Blogattachment image

We’re increasing our commitment to open source by announcing partnerships with leaders of open source technologies.

1
Alex Co avatar
Alex Co

awesome

Alex Co avatar
Alex Co

would love to see the mongodb managed service in action

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Yea, excited to see more of these managed services of common open source software in Google Cloud

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

that’s been a major differentiator in AWS

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

also, I think it’s a standup way that they are approach it by including the vendors of the open source software in the process

2019-04-15

Alex Siegman avatar
Alex Siegman

Does CloudPosse do work on Google Cloud as well?

2019-04-16

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

We have! We did a project with Caltech last year that involved using Geodesic to bring up GPU enabled auto scaling clusters in.m kiosk like fashion to make it easy for researchers to do ML processing

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
vanvalenlab/kiosk

DeepCell Kiosk Distribution for Kubernetes on GKE and AWS - vanvalenlab/kiosk

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

anyone use airtable as their primary project management system?

2019-04-17

Jonathan Le avatar
Jonathan Le
G Suite Status Dashboard

G Suite Status Dashboard enables users and businesses to monitor the status of individual G Suite services. Users of G Suite can now view the status of individual services such as Gmail, Google Calendar, Google Docs, Google Sites and Google Video for businesses. Administrators of G Suite Premier Edition, Standard Edition, Partner and Education Edition can also view status of the Admin Control Panel.

Jonathan Le avatar
Jonathan Le

NM - seems to be back up.

G Suite Status Dashboard

G Suite Status Dashboard enables users and businesses to monitor the status of individual G Suite services. Users of G Suite can now view the status of individual services such as Gmail, Google Calendar, Google Docs, Google Sites and Google Video for businesses. Administrators of G Suite Premier Edition, Standard Edition, Partner and Education Edition can also view status of the Admin Control Panel.

Jonathan Le avatar
Jonathan Le

Everything I “Login with Google” for seems to be broken right now.

Jonathan Le avatar
Jonathan Le

NM - seems to be back up.

sarkis avatar

I had the same issues! Of course status showed OK on google’s end

2019-04-18

niek avatar

just wrote a small post about running serverless containers on google cloud. https://040code.github.io/2019/04/18/cloudrun/

Cloud Run - 040 Code

A developers blog

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

oh cool! you already got to play with it

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@Andriy Knysh (Cloud Posse)

niek avatar

Same day as the announcement, so easy

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)

@niek nice, thanks, I’ll read today

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@dustinvb this would be a nice plugin for #codefresh

1

2019-04-24

Joe Presley avatar
Joe Presley

Latest edition of ThoughtWorks’ Tech Radar is out https://www.thoughtworks.com/radar

Technology Radar | An opinionated guide to technology frontiers | ThoughtWorksattachment image

The Technology Radar is an opinionated guide to technology frontiers. Read the latest here.

1
Joe Presley avatar
Joe Presley

terraform made mention as a theme

2019-04-29

Maciek Strömich avatar
Maciek Strömich

Is anyone LA based and wants to go for foods/drinks somewhere around downtown some time between 05/07-12?

2
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

will cross post in #lax

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

I am down.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@tamsky lives in downtown

Maciek Strömich avatar
Maciek Strömich

awesome. My airbnb’s on the border of Historic Filipinotown and Echo Park.

pete avatar

First time in LA @Maciek Strömich?

Maciek Strömich avatar
Maciek Strömich

@pete nope, 2nd

1
Maciek Strömich avatar
Maciek Strömich

Although my team colleague is LA based somehow he comes to EU more often than i come to us. It must be Berlin’s charm

davidvasandani avatar
davidvasandani

I’m in as well.

davidvasandani avatar
davidvasandani

@Maciek Strömich I’m in Echo Park if you need any rec’s.

Maciek Strömich avatar
Maciek Strömich

@davidvasandani thanks. I have few folks providing recs while I’m here and my stay is only a week so I’m not sure if I will manage to catch up will all of them

1
Joe Presley avatar
Joe Presley

I’d be down for that if I’m in town

    keyboard_arrow_up