adhocmitteilung.de

Kategorie: Digitalisierung

Chaos Engineering with Litmus and Okteto Cloud | by Ramiro Berrelleza | Okteto | Aug, 2020 | Medium – Kubernetes World

kubernetes.world – Cloud Native applications are, by definition, highly distributed, elastic, resistant to failure and loosely coupled. That’s easy to say, and even diagram. But how do we validate that our applications… Mehr…

Then he asked me “Is Kubernetes right for us?”

medium.com – Is Kubernetes right for us? That’s a question that will have been asked many times, but perhaps not publicly, for fear of looking out of touch, or behind the curve. After…

All You Need To Know About GitOps

opensource.substack.com – Dubbed as the agility sweet pot, containers are revolutionizing modern application development. They allow development teams to roll out multiple deployments, which helps meet their organizational de… Mehr zu Kubernetes Services,…

Cryptojacking worm steals AWS credentials from Docker systems

bleepingcomputer.com – A cybercrime group known as TeamTNT is using a crypto-mining worm to steal plaintext AWS credentials and config files from compromised Docker and Kubernetes systems. TeamTNT’s cryptocurrency mining b… Mehr zu…

Securing your secret keys with git-crypt

medium.com – The first step to use GnuPg is to create the public and private key pairs. The following command is used to create the keys. This will prompt you for your name…

Hey Docker run EKS, with Auto Fleet Spotting Support, please!

blog.kubernauts.io – If you’d like to try this implementation, all what you need is to clone the extended AWS Terraform EKS repo and run the docker/eks container to deploy the latest EKS Kubernetes…

Infrastructure Diagrams as Code Is Possible?

medium.com – Here are some instructions to install and configure, but if you prefer I’ve created a docker image to keep it simple. DIAGRAM_FILE — This variable represents the name of the python…

MPAC Cuts Cloud Costs by 40 Percent with Rancher

rancher.com – “Rancher has solved a host of issues facing us as a publicly funded organization – driving predictability, easing cluster management and upholding the right security profile. Rancher was the obvious ……

Daemonic Dispatches

daemonology.net – The first of these features is automounting Amazon Elastic File System filesystems. For those of you not familiar with it, Amazon EFS is essentially NFS-as-a-service; it provides a POSIX filesystem w……

Kubernetes Backup and Restore with Velero

akomljen.com – Recently I migrated some Kubernetes clusters, managed by Amazon EKS. The clusters were running in public subnets, so I wanted to make them more secure by utilizing private and public subnets…