noqqe » blog | sammelsurium | photos | projects | about

Helm

2024-01-16 @ Software

Helm: The package manager for Kubernetes

Der Firmenproxy hinter dem ich arbeite ist oftmals in Verbindung mit VPN ziemlich shaky. Das heisst Verbindungen werden nicht verlässlich aufgebaut.

Nexus

2023-09-19 @ Software

Sonatype Nexus Repository Manager

AWS EC2

2023-06-27 @ AWS

EC2 Cheatsheet

@ Work betreiben wir ein relativ großes Nexus. Für jede gehostete Docker Registry wird in Nexus ein neuer Port benötigt.

Da es leider nicht möglich ist, sich alle bereits vergebenen Ports anzeigen zu lassen, habe ich dafür mal die API bemüht um diese inkl Protokoll dann auszugeben.

Für den Urlaub habe ich mir eine “Dose” Silbersalz35 bestellt.

40725 002 12 40725 002 14 40725 002 15 40725 002 16 40725 002 18 40725 002 20 40725 002 25 40725 002 26 40725 002 28 40725 002 30 40725 002 33 40725 002 34 40725 002 35 40725 002 36 40725 002 37 40725 002 38 40725 002 5 40725 002 7
40725 001 12 40725 001 13 40725 001 16 40725 001 17 40725 001 19 40725 001 22 40725 001 23 40725 001 25 40725 001 27 40725 001 4 40725 001 6 40725 001 8

AWS S3 Glacier

2022-08-18 @ AWS, S3

Ein paar Kniffe und Tricks für AWS S3 Glacier

AWS API Gateway

2022-06-22 @ AWS
Export API Definition https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-export-api.html in openapi 3 aws apigateway get-export --parameters extensions='apigateway' --rest-api-id <id> --stage-name preprod --export-type oas30 export.json in swagger aws apigateway get-export --parameters extensions='apigateway' --rest-api-id <id> --stage-name preprod --export-type swagger swagger.json