Weekly Notes

Here are my weekly notes for the week of 10 April 2023

Background on Confidential Computing

Confidential Containers (CoCo) is a new sandbox project of the Cloud Native Computing Foundation (CNCF) that enables cloud-native confidential computing by taking advantage of a variety of hardware platforms and technologies.

https://www.redhat.com/en/blog/what-confidential-containers-project

It’s a very cool project, and I’ll be following it.

Grabbing a v3.2.0 Ignition file

curl -k http://api.demo.ocp-power.xyz:22624/config/worker -k -H "Accept: application/vnd.coreos.ignition+json;version=3.2.0" | jq -r . > worker-$(date +%Y-%m-%d).ign
quick hack to get a worker MachineConfigPool Ignition

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.