Charles Moulliard

Results 386 comments of Charles Moulliard

> We need to have a section to discuss pre-requisites. Yes

I propose to combine both approaches: - Have a prereq page detailing the different tools to be installed and needed - Have a bash script supporting at least to install...

As mentioned on slack, such cloud platform `project` should include: - Cloud or Microservices Pattern(s) adopted and their reference: 12-factor, etc - ADR and template used to fill the proper...

I would also suggest that we name it `CNCF Prototype platform` to stimulate to use as much as possible to use CNCF projects part of the platform that we assume...

Many thanks @joshgav to take the time to grab projects/ideas and to highlight many of the points that we should improve around the `binding` which is a simple concept that...

Instead of closing it, it should be better to move the request/issue to a future milestone

Why are you closing it instead of discussing the content and reporting or not a solution ?

If we do that, what will be then the purpose of the existing project "k8s-infra" (documentation, kind script, etc) ?

> Moreover, collections could easier be used by 3rd parties. :-) Idea approved @jacobdotcosta

As the API of Godaddy is not too complex - see [doc](https://developer.godaddy.com/doc/endpoint/domains#/), we could also using curl or similar tool to create/delete/get a DNS record ``` YOUR_IP_ADDRESS=10.0.215.34 YOUR_DOMAIN_NAME="snowdrop.dev" YOUR_NAME="console2-openshift-console.apps.ocp" TYPE="A"...