This post demonstrates how to develop an Fn function that is triggered by a GitHub webhook and posts new release details to Twitter. It covers the general...
This post demonstrates how to develop an Fn function that is triggered by a GitHub webhook and posts new release details to Twitter. It covers the general concept, code as well as configuration and deployment of your function. Once configured and deployed, the serverless function will be invoked in response to a new release in a GitHub repository (thanks to the webhook) and post its details (name, version and URL) to Twitter. If everything works out well, you should have a...
This post demonstrates how to develop an Fn function that is triggered by a GitHub webhook and posts new release details to Twitter. It covers the general concept, code as well as configuration and...
Here and there we see numerous predictions that pretty soon chatbots will play a key role in the communication between the users and their systems. I don't have...
Here and there we see numerous predictions that pretty soon chatbots will play a key role in the communication between the users and their systems. I don't have a crystal ball and I don't want to wait for this "pretty soon", so I decided to make these prophecies come true now and see what it looks like. A flagman product of the company I am working for is FlexDeploy which is a fully automated DevOps solutions. One of the most popular activities in FlexDeploy is creating a...
Here and there we see numerous predictions that pretty soon chatbots will play a key role in the communication between the users and their systems. I don't have a crystal ball and I don't want to wait...
In this post I will briefly describe how you can install fn on Kubernetes in the Oracle Cloud (OKE). Prerequisites 1. You need to have access to Oracle Cloud...
In this post I will briefly describe how you can install fn on Kubernetes in the Oracle Cloud (OKE). Prerequisites 1. You need to have access to Oracle Cloud Infrastructure (OCI) with a unique account. If you have a federated account, you should create another one to be able to create a kubernetes cluster. This account must have either Administrator privileges or belong to a group to which a policy grants the appropriate Container Engine for Kubernetes permissions. Since my...
In this post I will briefly describe how you can install fn on Kubernetes in the Oracle Cloud (OKE). Prerequisites 1. You need to have access to Oracle Cloud Infrastructure (OCI) with a...
Enablement and certification is key to cloud success. At the Oracle Competence Center and Online Learning Library partners can attend free on-line classes and...
Enablement and certification is key to cloud success. At the Oracle Competence Center and Online Learning Library partners can attend free on-line classes and certifications. Additional we offer the latest implementation exams ($245 or free vouchers) for: · Oracle Cloud Platform Digital Assistant 2019 Associate (1Z0-1071) · Oracle Cloud Platform Application Development 2019 Associate I 1Z0-1043 · Oracle Cloud Platform Application Integration 2019 Associate | 1Z0-1042 · Oracle...
Enablement and certification is key to cloud success. At the Oracle Competence Center and Online Learning Library partners can attend free on-line classes and certifications. Additional we offer...
Access Step by Step Guides to: - Learn How to Containerize Microservices Using Wercker - Create and Deploy Containers to a Managed Kubernetes Cluster - Automate...
Access Step by Step Guides to: - Learn How to Containerize Microservices Using Wercker - Create and Deploy Containers to a Managed Kubernetes Cluster - Automate Complex Continuous Integration/Continuous Delivery Pipelines - Implement Blue/Green Deployments using Kubernetes -Leverage Fn for Serverless Development Access the free training here. Developer Partner Community For regular information become a member in the WebLogic Partner Community please...
Access Step by Step Guides to: - Learn How to Containerize Microservices Using Wercker - Create and Deploy Containers to a Managed Kubernetes Cluster - Automate Complex...
At KubeCon in Seattle, Oracle announced Oracle Functions, a new cloud service that enables enterprises to build and run serverless applications in the cloud....
At KubeCon in Seattle, Oracle announced Oracle Functions, a new cloud service that enables enterprises to build and run serverless applications in the cloud. Oracle Functions is a serverless platform that makes it easy for developers to write and deploy code without having to worry about provisioning or managing compute and network infrastructure. Oracle Functions manages all the underlying infrastructure automatically and scales it elastically to service incoming requests....
At KubeCon in Seattle, Oracle announced Oracle Functions, a new cloud service that enables enterprises to build and run serverless applications in the cloud. Oracle Functions is a serverless platform...
Join Capgemini and Oracle for a Developer Meetup in London Open Tracing with Istio & OKE An introduction to how Open Tracing can be realized using Istio and...
Join Capgemini and Oracle for a Developer Meetup in London Open Tracing with Istio & OKE An introduction to how Open Tracing can be realized using Istio and Oracle Kubernetes Container Engine (OKE). Andrei Cioaca from Capgemini will introduce the role of open tracing and how it can be used to better understand what is happening with your microservices. How Fluentd (from CNCF) supports end to end monitoring Open Tracing can be complimented with Fluentd in the end to end...
Join Capgemini and Oracle for a Developer Meetup in London Open Tracing with Istio & OKE An introduction to how Open Tracing can be realized using Istio and Oracle Kubernetes Container Engine (OKE)....
There are many different choices for a JVM for your Java application. Which would be the best to use? This depends on various factors. Performance being an...
There are many different choices for a JVM for your Java application. Which would be the best to use? This depends on various factors. Performance being an important one. Solid performance research however is difficult. In this blog I’ll describe a setup I created to perform tests on different JVMs at the same time. I also looked at the effect of resource isolation (assigning specific CPUs and memory to the process). This effect was negligible. My test application consisted...
There are many different choices for a JVM for your Java application. Which would be the best to use? This depends on various factors. Performance being an important one. Solid performance research...