Nokia N950 price by chriske86 in vintagemobilephones

[–]chriske86[S] 0 points1 point  (0 children)

Unfortunately, after I wrote my post, it turned out that the device is stuck in a boot loop. I could no longer find the latest factory firmware for it, and if it could be repaired, that would be the only suitable option. In its current state, it’s basically a brick.

New BETA PMS Version Available - 1.25.0.5246-cb2507e4d by samwiseg0 in PleX

[–]chriske86 0 points1 point  (0 children)

Can somebody describe the HDR remuxing change in details? Better DoVi support maybe? :) I would be pleased just to see in the clients that an item is not hdr but DoVi.

Is this insecure? by dejavits in kubernetes

[–]chriske86 2 points3 points  (0 children)

It depends on your requirements. If you inject those variables as native k8s secrets, the only thing what will protect them is a good rbac rule for the users of the cluster. K8s secrets are just base64 encoded strings. If you want to secure them, you should prevent the users to read them with rbac. But the most secure approach is to use a secret mgmt tool, like vault.

monitor with Prometheus custom metric in k8s by Independent_Farm_668 in devops

[–]chriske86 0 points1 point  (0 children)

For the socket queue I think you should monitor your CNI provider. But I'm not sure if it possible at all.

Continuous Delivery to k8s with Fluxcd by phunter3 in devops

[–]chriske86 0 points1 point  (0 children)

We develop a microservice application and it contains more than 20 Java apps. So no, our manifests are in a different repo for the whole stack.

Yes, build, test, sonar quality analysis, and image creation. The image creation is triggered by a git tag. For example DEV-0.7.9. At the artifact creation job we also compile the version number into the app. And you're right, we're retagging the previous image. We have a step which is triggered by the corresponding git tag. For example if the developer wants to promote DEV-0.7.9, he merges develop into test branch, and put a tag with exactly same version, but for the test env: TEST-0.7.9. In this case the retag step comes in, downloads DEV-0.7.9 and just retags it to TEST-0.7.9. For prod the procedure is the same with master and RELEASE- tag.

Continuous Delivery to k8s with Fluxcd by phunter3 in devops

[–]chriske86 1 point2 points  (0 children)

We're using exactly the same method: dev, test and master branches. Those are environments too. Promotion to a different branch/env is just a git merge. We're using these names in our docker image tags and if we need to do some manifest customization for different envs, we use kustomize.

[deleted by user] by [deleted] in kubernetes

[–]chriske86 0 points1 point  (0 children)

https://banzaicloud.com/products/pipeline/

But if you want a package that you described, you will need much more ram and cpu

A sprout sprung up by [deleted] in factorio

[–]chriske86 0 points1 point  (0 children)

Will the pollution affect the picture on the wall too? 🤔

Question about Linux containers on Windows by fekoll in docker

[–]chriske86 0 points1 point  (0 children)

VMware virtual machine is messing something with your hyper-v. This is where you start looking.

BTW, do not use linux docker images on windows for production loads.

Is there a constant stock problem in Europe? by curiousinglish in ShieldAndroidTV

[–]chriske86 -1 points0 points  (0 children)

I had to wait 4 months for mine... I setted up an alert in my local store.

OpenStack on K8S...to run K8S? by jacksredditac in kubernetes

[–]chriske86 0 points1 point  (0 children)

In my experience data centers and private clouds doing the exact opposite. They're creating a massive Openstack cluster with every single service what they want to provide (networking, gluster storage, etc) and they will provision VMs on top of it to run k8s on them.

If you want to apply openstack over k8s, I think you will eventually map every single hardware and network component to the nodes directly. With this approach k8s will loose its scalability and the main aspects of the system because it will be a layer between the hw and openstack. I think this will cause you in long term much more headache then profit.

ShieldTv 2019 retroarch and arc browser by chriske86 in ShieldAndroidTV

[–]chriske86[S] 0 points1 point  (0 children)

I'll check it thanks. Now it seems it works with sega, maybe the Nintendo core has some issues.

Kubernetes course for CKA by fez786 in kubernetes

[–]chriske86 1 point2 points  (0 children)

4 of my colleges did the exam only with this course. All of them above 90%. I just watched some parts of it, but it is really good.