In this mini-training, I am trying to explain how to use OCI Resource Manager inside your Oracle Cloud Infrastructure (OCI) tenancy. Resource Manager is a native OCI service that helps you to automate the whole process of deploying and provisioning your cloud infrastructure resources. Behind the scene, OCI Resource Manager uses Terraform technology. That means … Continue reading OCI Resource Manager Fundamentals →
And let’s imagine you are ORM and Terraform newbie, but you envisioned to use Infrastructure as a Code model in your tenancy. There is only one small problem you are facing. Your tenancy is full of resources that have been deployed manually by you or someone else. How to move forward from this spot? Of … Continue reading Resource Manager – discovering resources to create a Stack →
Let’s imagine you have already created some Terraform-based repo in GitLab.com. You and your friends are shifting the code one or two times a week with new commits. How you can integrate your version control system with Resource Manager. That is a really good question? Here is video which explains all details of how to … Continue reading Resource Manager – integration with GitLab →
I assume you have fundamental knowledge about Resource Manager. You have already deployed some infrastructure, for example from GitHub repositories. And recently someone else in your OCI tenancy has changed something without your approval and knowledge. The question is how your Stack will behave. Is there any option to detect drift in the configuration. This … Continue reading Resource Manager – Drift Detection →
The previous post was related to OCI Resource Manager (ORM). I was trying to explain how to integrate ORM with the GitLab service to control the versions of your Terraform code. Today I will continue to work with ORM. And let’s imagine you are ORM and Terraform newbie, but you envisioned to use Infrastructure as … Continue reading OCI Resource Manager – Discovering Resources to create Stack →
Last few weeks I was very busy and couldn’t continue to record videos. Frankly speaking, I had to pass HashiCorp Certified Terraform Associate exam and on the other hand, spent some time with my family (vacation at Baltic Sea) to reload myself after this hard COVID period. Anyway, now I have discovered a sad fact … Continue reading OCI Resource Manager integration with GitLab →
As you know I love Terraform. That is why I have created zero to hero training for OCI and Terraform. It means I like to use terminal and execute commands such as terraform plan and terraform apply. All of that is great, but the state file, in that case, is located locally on my computer. … Continue reading OCI Resource Manager Drift Detection. →
Hello fine gourmets, for my first dish in the FoggyKitchen.com, I decide to present you how to deploy WordPress on OCI using MySQL Database Service aka MDS. I wrote some Terraform recipes that you can find on my GitHub repository: oci-wordpress-mds. In this first post, I will show how easy it’s to deploy directly from … Continue reading Deploy WordPress on OCI using MDS →
Click here to access Flexible Oracle Cloud Infrastructure (OCI) with Terraform Each and every cloud vendor is trying to attract consumers by giving flexible services with flexible prices without disrupting security requirements. Within Oracle Cloud Infrastructure (OCI) we can expect the same approach. Flexibility is a fundamental principle of OCI design. Within this self-study course, I … Continue reading Self-Study Courses →